Compartir a través de


Attribute.Type Propiedad

Gets or sets the type of value associated with the attribute.

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

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Type As AttributeValueType 
    Get 
    Set
'Uso
Dim instance As Attribute 
Dim value As AttributeValueType 

value = instance.Type

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

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.AttributeValueType
The type of value associated with the attribute.

Vea también

Referencia

Attribute Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts