Tenant.BccExternalSharingInvitations property
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Property BccExternalSharingInvitations As Boolean
Get
Set
'Usage
Dim instance As Tenant
Dim value As Boolean
value = instance.BccExternalSharingInvitations
instance.BccExternalSharingInvitations = value
public bool BccExternalSharingInvitations { get; set; }
Property value
Type: System.Boolean