PagePorter Class Library

Metadata.NameExists Method 

Determines whether a variable exists in the collection.

[Visual Basic]
Public Function NameExists( _
   ByVal name As String _
) As Boolean
[C#]
public bool NameExists(
   string name
);

Parameters

name
The name of the variable.

Return Value

true if the variable exists; false otherwise.

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace