RuleSetChangeAction.RuleSetName 属性
定义
当在派生类中重写时,获取要更改的 RuleSet 的名称。When overridden in a derived class, gets the name of the RuleSet to be changed.
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 的名称。The name of the RuleSet to be changed.
适用于