次の方法で共有


BRAttributeTypeInfo.AttributeType プロパティ

属性の型を取得または設定します。

名前空間:  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
属性の型。

関連項目

参照

BRAttributeTypeInfo クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間