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

Information about an attribute.
Afficher le fichier Open project: Predica/FimClient

Méthodes publiques

Свойство Type Description
AttributeType RmAttributeType
IsMultiValue bool
IsRequired bool

Property Details

AttributeType public_oe property

Attribute type.
public RmAttributeType AttributeType
Résultat RmAttributeType

IsMultiValue public_oe property

Attribute is multi valued.
public bool IsMultiValue
Résultat bool

IsRequired public_oe property

Attribute is required.
public bool IsRequired
Résultat bool