| EngineModuleElementAuthorization Property |
Authorization manager to be used.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic AuthorizationElement Authorization { get; }Public ReadOnly Property Authorization As AuthorizationElement
Get
public:
property AuthorizationElement^ Authorization {
AuthorizationElement^ get ();
}member Authorization : AuthorizationElement with get
Property Value
Type:
AuthorizationElement
The authorization manager.
See Also