Share via


SharingPolicy.Domains property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property Domains As MultiValuedProperty(Of SharingPolicyDomain)
    Get
    Set
'Usage
Dim instance As SharingPolicy
Dim value As MultiValuedProperty(Of SharingPolicyDomain)

value = instance.Domains

instance.Domains = value
public MultiValuedProperty<SharingPolicyDomain> Domains { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<SharingPolicyDomain>

See also

Reference

SharingPolicy class

SharingPolicy members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace