次の方法で共有


AttributeType プロパティ

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

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.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
AttributeType 型の新しいインスタンス。