Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.IsOwnedObject Method 

[This is preliminary documentation and subject to change.]

This member supports the Constable Authorization Engine (CAZE) infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected Function IsOwnedObject( _
   ByVal obj As ObjectBase _
) As Boolean
[C#]
protected bool IsOwnedObject(
   ObjectBase obj
);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace