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

Get the array of users that belong to this group.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public UserInfo[] Users { get; }
Public ReadOnly Property Users As UserInfo()
public:
property array<UserInfo^>^ Users {
	array<UserInfo^>^ get ();
}

Return Value

the array of UserInfos that belong to this group.

See Also