[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Indicates whether or not this user or group is external.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public bool External { get; } |
Public ReadOnly Property External As Boolean |
public: property bool External { bool get (); } |
Return Value
true if the user or group is external, false otherwise.
Remarks
Users and groups that are defined in an external repository
such as an LDAP server are external whereas those defined in users.conf
or groups.conf are not.