PagePorter Class Library

Metadata.GetValue Method (String, Char)

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

[Visual Basic]
Overloads Public Function GetValue( _
   ByVal name As String, _
   ByRef accessClass As Char _
) As Object
[C#]
public object GetValue(
   string name,
   out char accessClass
);

Parameters

name
The name of the variable.
accessClass
The returned access class value, or zero if it doesn't exist.

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