共用方式為


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 命名空間