Partager via


Propriété BRAttributeTypeInfo.AttributeType

Gets or sets the attribute type.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property AttributeType As AttributeType 
    Get 
    Set
'Utilisation
Dim instance As BRAttributeTypeInfo 
Dim value As AttributeType 

value = instance.AttributeType

instance.AttributeType = value
[DataMemberAttribute]
public AttributeType AttributeType { get; set; }
[DataMemberAttribute]
public:
property AttributeType AttributeType {
    AttributeType get ();
    void set (AttributeType value);
}
[<DataMemberAttribute>]
member AttributeType : AttributeType with get, set
function get AttributeType () : AttributeType 
function set AttributeType (value : AttributeType)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.AttributeType
The attribute type.

Voir aussi

Référence

BRAttributeTypeInfo Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts