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