言語

BRActionGroup.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

プロパティ値

ビジネスルールアクショングループの名前を表す String

属性

適用対象