Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of trusted domains.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetTrustedDomains As ReadOnlyCollection(Of TrustedDomain)
'Usage
Dim instance As CollaborationPlatform
Dim returnValue As ReadOnlyCollection(Of TrustedDomain)
returnValue = instance.GetTrustedDomains()
public ReadOnlyCollection<TrustedDomain> GetTrustedDomains()
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<TrustedDomain>
List of trusted domains set on platform.