次の方法で共有


PropertyType プロパティ

プロパティの型を取得します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)

構文

'宣言
Public Overrides ReadOnly Property PropertyType As BRPropertyType
    Get
'使用
Dim instance As BRAttributeValueArgument
Dim value As BRPropertyType

value = instance.PropertyType
public override BRPropertyType PropertyType { get; }
public:
virtual property BRPropertyType PropertyType {
    BRPropertyType get () override;
}
abstract PropertyType : BRPropertyType
override PropertyType : BRPropertyType
override function get PropertyType () : BRPropertyType

プロパティ値

型: Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRPropertyType
BRPropertyType 型の新しいインスタンス。

実装

IBRArgument. . :: . .PropertyType