PagePorter Class Library

Metadata.SetValue Method (String, Object, Char)

Sets the value and access class of a variable in the collection.

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

Parameters

name
The name of the variable.
value
The value of the variable.
accessClass
The access class value.

Remarks

If the variable already exists with a different access class than specified, its value is not changed.

See Also

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