Tenant.SharingDomainRestrictionMode property
Namespace: Microsoft.Online.SharePoint.TenantAdministration
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 Tenant
Dim value As SharingDomainRestrictionModes
value = instance.SharingDomainRestrictionMode
instance.SharingDomainRestrictionMode = value
public SharingDomainRestrictionModes SharingDomainRestrictionMode { get; set; }
Property value
Type: Microsoft.Online.SharePoint.TenantManagement.SharingDomainRestrictionModes