Share via


WebPart.ID property

Gets or sets an identifier for the Web Part.

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

Syntax

[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage = Storage.Shared)]
public override string ID { get; set; }

Property value

Type: System.String
A string value that returns the identifier for the Web Part.

Remarks

The ID property will be written out by ASP.NET as the __WebPartId attribute on the tag for the Web Part.

Note

Do not set this property when a Web Part is contained in a WebPartZone control; the Web Part infrastructure automatically sets this value.

See also

Reference

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace