HubSiteProperties.Permissions property
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public ReadOnly Property Permissions As IList(Of HubSitePermission)
Get
'Usage
Dim instance As HubSiteProperties
Dim value As IList(Of HubSitePermission)
value = instance.Permissions
public IList<HubSitePermission> Permissions { get; }
Property value
Type: System.Collections.Generic.IList<HubSitePermission>