DeleteRuleOperation.RuleId Property

Definition

Gets or sets the unique identifier of the rule to be deleted.

public:
 property System::String ^ RuleId { System::String ^ get(); void set(System::String ^ value); };
public string RuleId { get; set; }
Public Property RuleId As String

Property Value

The rule identifier.

Remarks

The RuleId property is the unique identifier for the Rule class object that is to be deleted.

Applies to