Click or drag to resize

ContextControllerGetMembershipProperties Method

Returns the system names of all membership properties stated on all context types

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<string> GetMembershipProperties(
	int contextTypeId = 0
)

Parameters

contextTypeId (Optional)
Type: SystemInt32

Return Value

Type: ListString
See Also