[TIBCO.EMS .NET Admin client library 5.1 documentation]

Indicates whether or not this user or group is external.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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.

See Also