BRAttributeTypeInfo.AttributeType 属性

Gets or sets the attribute type.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.AttributeType
The attribute type.

请参阅

参考

BRAttributeTypeInfo 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间