Constable Authorization Engine 2.0 BETA

AuthorizationPolicy Constructor (String)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the AuthorizationPolicy class with the given id.

[Visual Basic]
Overloads Public Sub New( _
   ByVal id As String _
)
[C#]
public AuthorizationPolicy(
   string id
);

Parameters

id
The initial value of the Id property of the new instance.

Remarks

See the AuthorizationPolicy default constructor for information about default property values.

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace | AuthorizationPolicy Constructor Overload List