DeleteRuleOperation.RuleId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.