PagePorter Class Library

Metadata.SetValue Method (String, Object)

Sets the value of a variable in the collection.

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

Parameters

name
The name of the variable.
value
The value of the variable.

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace | Metadata.SetValue Overload List