Share via


ServerPlatformSettings.AllowedDomains Property

NOTE: This API is now obsolete.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property is being deprecated. Use TrustedDomains instead.")> _
Public Property AllowedDomains As IEnumerable(Of String)
    Get
    Set
'Usage
Dim instance As ServerPlatformSettings
Dim value As IEnumerable(Of String)

value = instance.AllowedDomains

instance.AllowedDomains = value
[ObsoleteAttribute("This property is being deprecated. Use TrustedDomains instead.")]
public IEnumerable<string> AllowedDomains { get; set; }

Property Value

Type: System.Collections.Generic.IEnumerable<String>

See Also

Reference

ServerPlatformSettings Class

ServerPlatformSettings Members

Microsoft.Rtc.Collaboration Namespace