ServerPlatformSettings.TrustedDomains Property
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property TrustedDomains As Collection(Of TrustedDomain)
Get
'Usage
Dim instance As ServerPlatformSettings
Dim value As Collection(Of TrustedDomain)
value = instance.TrustedDomains
public Collection<TrustedDomain> TrustedDomains { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<TrustedDomain>