Attribute.Type 属性

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

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property Type As AttributeValueType 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

Attribute 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间