Attribute.Type Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.AttributeValueType

The type of value associated with the attribute.

See Also

Attribute Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top