共用方式為


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