ManagementGroup.GetTrustedDomains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.