PagePorter Class Library

Metadata.GetNames Method (Char, Type)

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

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

Parameters

accessClass
The access class (e.g. 'R', 'W', or 'X')
varType
The type of the variable. Variables that are not of this type are not included.

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