Metadata.NameExists Method
Determines whether a variable exists in the collection.
[Visual Basic]
Public Function NameExists( _
ByVal
name As
String _
) As
Boolean
Parameters
-
name
- The name of the variable.
Return Value
true if the variable exists; false otherwise.
See Also
Metadata Class | Parastream.Web.MsFrontPage Namespace