C# Class Microsoft.ResourceManagement.Client.RmFactory.RmAttributeInfo

Information about an attribute.
Show file Open project: Predica/FimClient

Public Properties

Property Type Description
AttributeType RmAttributeType
IsMultiValue bool
IsRequired bool

Property Details

AttributeType public property

Attribute type.
public RmAttributeType AttributeType
return RmAttributeType

IsMultiValue public property

Attribute is multi valued.
public bool IsMultiValue
return bool

IsRequired public property

Attribute is required.
public bool IsRequired
return bool