MetadataCollectionContains Method |
Checks if a
Metadata object with the given name is in the collection.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool Contains(
string Name
)
Public Function Contains (
Name As String
) As Boolean
Dim instance As MetadataCollection
Dim Name As String
Dim returnValue As Boolean
returnValue = instance.Contains(Name)
Parameters
- Name String
- The name of the Metadata object to check for
Return Value
BooleanTrue if an object was found, false if not
See Also