Office365Tenant.SharingDomainRestrictionMode property
Namespace: Microsoft.Online.SharePoint.TenantManagement
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Property SharingDomainRestrictionMode As SharingDomainRestrictionModes
Get
Set
'Usage
Dim instance As Office365Tenant
Dim value As SharingDomainRestrictionModes
value = instance.SharingDomainRestrictionMode
instance.SharingDomainRestrictionMode = value
public SharingDomainRestrictionModes SharingDomainRestrictionMode { get; set; }
Property value
Type: Microsoft.Online.SharePoint.TenantManagement.SharingDomainRestrictionModes