PagePorter Class Library

Metadata.GetNames Method (Char)

Returns an array of variable names that match the access class.

[Visual Basic]
Overloads Public Function GetNames( _
   ByVal accessClass As Char _
) As String()
[C#]
public string[] GetNames(
   char accessClass
);

Parameters

accessClass

Return Value

An array of strings that represent the variable names that match the access class.

See Also

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