BRAttributeTypeInfo.AttributeType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the attribute type.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public AttributeType AttributeType { get; set; }
public:
[DataMemberAttribute]
property AttributeType AttributeType {
    AttributeType get();
    void set(AttributeType value);
}
[<DataMemberAttribute>]
member AttributeType : AttributeType with get, set
<DataMemberAttribute>
Public Property AttributeType As AttributeType

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.AttributeType

The attribute type.

See Also

BRAttributeTypeInfo Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top