Constable Authorization Engine 2.0 BETA

PropertyRule.ToString Method 

[This is preliminary documentation and subject to change.]

Returns a string representation of the rule's properties.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

A string representation of the rule's properties.

Remarks

The string representation has the following form:

<Property>(<Role>) [<State> <IsVisible>, <IsEnabled>]

See Also

PropertyRule Class | LaMarvin.Constable.Model Namespace