次の方法で共有


IBRArgument.PropertyName プロパティ

ビジネス ルール引数プロパティ名を取得または設定します。

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

構文

'宣言
Property PropertyName As BRPropertyName 
    Get 
    Set
'使用
Dim instance As IBRArgument 
Dim value As BRPropertyName 

value = instance.PropertyName

instance.PropertyName = value
BRPropertyName PropertyName { get; set; }
property BRPropertyName PropertyName {
    BRPropertyName get ();
    void set (BRPropertyName value);
}
abstract PropertyName : BRPropertyName with get, set
function get PropertyName () : BRPropertyName 
function set PropertyName (value : BRPropertyName)

プロパティ値

型: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyName
ビジネス ルール引数プロパティ名。

関連項目

参照

IBRArgument インターフェイス

Microsoft.MasterDataServices.Services.DataContracts 名前空間