AttributeType 屬性
Gets or sets the attribute type.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property AttributeType As AttributeType
Get
Set
'用途
Dim instance As BRAttributeTypeInfo
Dim value As AttributeType
value = instance.AttributeType
instance.AttributeType = value
[DataMemberAttribute]
public AttributeType AttributeType { get; set; }
[DataMemberAttribute]
public:
property AttributeType AttributeType {
AttributeType get ();
void set (AttributeType value);
}
[<DataMemberAttribute>]
member AttributeType : AttributeType with get, set
function get AttributeType () : AttributeType
function set AttributeType (value : AttributeType)
屬性值
型別:Microsoft.MasterDataServices. . :: . .AttributeType
A new instance of type AttributeType.