| GraphApiUniquenessCheckerIsUnique Method |
Checks if value is unique in Graph API.
Namespace:
Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.UniquenessChecks
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic bool IsUnique(
string value
)
Parameters
- value
- Type: SystemString
The value to check.
Return Value
Type:
BooleanTrue if unique, false otherwise.
Implements
IUniquenessCheckerIsUnique(String)
See Also