次の方法で共有


BRFreeformArgument.Value プロパティ

定義

ビジネス ルールの自由形式引数を表す文字列を取得または設定します。

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Value { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Value : string with get, set
Public Property Value As String

プロパティ値

引数を表す String

属性

適用対象