BRActionGroup.Name Property
Definition
获取或设置业务规则操作组的名称。Gets or sets the name of the business rule action group.
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
Property Value
一个表示业务规则操作组的名称的 String。A String representing the name of the business rule action group.
- Attributes