PagePorter Class Library

Metadata.SetValueVti Method 

Sets the value of a variable in the collection using a vti-encoded string.

[Visual Basic]
Public Sub SetValueVti( _
   ByVal name As String, _
   ByVal value As String _
)
[C#]
public void SetValueVti(
   string name,
   string value
);

Parameters

name
The name of the variable.
value
The value of the variable as expressed in a vti-encoded string.

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace