ManagementGroup.GetTrustedDomains Method ()
Applies To: Operations Manager for System Center 2012
Retrieves a collection of all trusted domains.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<string> GetTrustedDomains()
public:
ReadOnlyCollection<String^>^ GetTrustedDomains()
member GetTrustedDomains : unit -> ReadOnlyCollection<string>
Public Function GetTrustedDomains As ReadOnlyCollection(Of String)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
Returns aReadOnlyCollection<T>of strings that contain the trusted domains.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top