Compartir a través de


BRAttributeTypeInfo.AttributeType Propiedad

Gets or sets the attribute type.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property AttributeType As AttributeType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

BRAttributeTypeInfo Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts