[TIBCO.EMS .NET Admin client library 6.0 documentation]
Gets or sets whether or not authorization of user credentials and permissions
is enabled.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public bool AuthorizationEnabled { get; set; } |
|
---|
Public Property AuthorizationEnabled As Boolean |
|
---|
public:
property bool AuthorizationEnabled {
bool get ();
void set (bool value);
} |
Field Value
true if authorization is to be enabled, false if it
is to be disabled.
Return Value
true if authorization is enabled, false otherwise.
See Also