PagePorter Class Library

Metadata.GetValue Method (String)

Returns the value of a variable in the collection.

[Visual Basic]
Overloads Public Function GetValue( _
   ByVal name As String _
) As Object
[C#]
public object GetValue(
   string name
);

Parameters

name
The name of the variable.

Return Value

The value of the variable, or null if it doesn't exist.

See Also

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