派生クラスでオーバーライドされた場合、引数のプロパティの型を取得します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
Public MustOverride ReadOnly Property PropertyType As BRPropertyType
Get
'使用
Dim instance As BRArgument
Dim value As BRPropertyType
value = instance.PropertyType
public abstract BRPropertyType PropertyType { get; }
public:
virtual property BRPropertyType PropertyType {
BRPropertyType get () abstract;
}
abstract PropertyType : BRPropertyType
abstract function get PropertyType () : BRPropertyType
プロパティ値
型: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType
引数のプロパティの型。