RuleSetChangeAction.RuleSetName 属性

定义

当在派生类中重写时,获取要更改的 RuleSet 的名称。

public:
 abstract property System::String ^ RuleSetName { System::String ^ get(); };
public abstract string RuleSetName { get; }
member this.RuleSetName : string
Public MustOverride ReadOnly Property RuleSetName As String

属性值

String

要更改的 RuleSet 的名称。

适用于