GroupDisplayName Property  | 
 Gets the friendly display name of the group.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string DisplayName { get; }Public ReadOnly Property DisplayName As String
	Get
public:
property String^ DisplayName {
	String^ get ();
}member DisplayName : string with get
Property Value
Type: 
StringThe display name.
Remarks
            For standard and built-in groups, this will just be the 
Name.
            For "tenant administrators" and "tenant members" groups, there are two cases. If the caller is associated with the
            group's tenant, a localized version of "Administrators" or "Everyone" (respectively) will be returned. Otherwise,
            the result will include the tenant name (for example "Tenant Members (ABC Tenant)").
            
See Also