Share via


ManagementGroup.GetTrustedDomains Method

Definition

Returns the number of clients connected to the managementgroup sdk service

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetTrustedDomains();
public System.Collections.ObjectModel.ReadOnlyCollection<string> GetTrustedDomains ();
member this.GetTrustedDomains : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetTrustedDomains () As ReadOnlyCollection(Of String)

Returns

returns a list of currently connected sdk client user names.

Applies to