Share via


WebPartZone.ID property

Gets or sets the identifier assigned to the WebPartZone control.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Property ID As String
    Get
    Set
'Usage
Dim instance As WebPartZone
Dim value As String

value = instance.ID

instance.ID = value
public override string ID { get; set; }

Property value

Type: System.String
The identifier that represents the ID assigned to the WebPartZone control.

See also

Reference

WebPartZone class

WebPartZone members

Microsoft.SharePoint.WebPartPages namespace