共用方式為


Attribute.Type 屬性

Gets or sets the type of value stored by the attribute.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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.AttributeValueType
A new instance of AttributeValueType.

請參閱

參考

Attribute 類別

Microsoft.MasterDataServices 命名空間