_Rule.Parent Property

Definition

Returns the parent Object of the specified object. Read-only.

public:
 property System::Object ^ Parent { System::Object ^ get(); };
public object Parent { get; }
Public ReadOnly Property Parent As Object

Property Value

Remarks

The parent of the Rule object is the Rules object.

Applies to