ConnectionIsUniqueValue Method |
Check if the specified value is unique for the specified property
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic bool IsUniqueValue(
string vaultidentifier,
string propertyname,
Object value
)
Public Function IsUniqueValue (
vaultidentifier As String,
propertyname As String,
value As Object
) As Boolean
Parameters
- vaultidentifier
- Type: SystemString
The vault. - propertyname
- Type: SystemString
Property name. - value
- Type: SystemObject
Property value to check.
Return Value
Type:
BooleanA value indicating whether there are no other documents with the specified property value.
RemarksNot documented in the PDF
See Also