MetadataSignatureCollectionContains Method |
Returns true if a Metadata with the specified name exists in the collection.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic bool Contains(
string name
)
Public Function Contains (
name As String
) As Boolean
public:
bool Contains(
String^ name
)
member Contains :
name : string -> bool
Parameters
- name
- Type: SystemString
The case-insensitive name of the property.
Return Value
Type:
BooleanTrue if the Metadata exists in the collection; false otherwise.
See Also