Type 屬性
Gets or sets the AttributeValueType, which is the type of value stored by the attribute.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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
A new instance of AttributeValueType.