Compartilhar via


Propriedade do RDL AttributeType

Gets or sets the attribute type.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<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)