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