WebPartDefinition.ZoneId property
Namespace: Microsoft.SharePoint.Client.WebParts
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ZoneId As String
Get
'Usage
Dim instance As WebPartDefinition
Dim value As String
value = instance.ZoneId
public string ZoneId { get; }
Property value
Type: System.String