Click or drag to resize

IAttributeHelperGetAttributeSetAttributes Method

Returns configuration objects for attributes in specific resource type

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
IEnumerable<PropertyConfiguration> GetAttributeSetAttributes(
	int attributeSetId
)

Parameters

attributeSetId
Type: SystemInt32

Return Value

Type: IEnumerablePropertyConfiguration
See Also