Click or drag to resize

AttributeValuesAttributes Property

String keys referring to a system name of a property values can be of type: bool, DateTime, int, string, Guid, IEnumerable≪bool≫,IEnumerable≪DateTime≫, IEnumerable≪int≫, IEnumerable≪string≫ or IEnumerable≪Guid≫

Namespace:  Omada.OE.Solution.OIM.AppLogic.PolicyCheck
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IDictionary<string, Object> Attributes { get; set; }

Property Value

Type: IDictionaryString, Object
See Also