次の方法で共有


BRConditionGroup.Name プロパティ

定義

グループの名前 ("値の比較" など) を指定します。

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

プロパティ値

グループの名前。つまり、"値の比較" です。

属性

適用対象