Click or drag to resize

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
Syntax
C#
public bool IsUnique(
	string value
)

Parameters

value
Type: SystemString
The value to check.

Return Value

Type: Boolean
True if unique, false otherwise.

Implements

IUniquenessCheckerIsUnique(String)
See Also