Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an identifier for the Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage := Storage.Shared)> _
Public Overrides Property ID As String
Get
Set
'Usage
Dim instance As WebPart
Dim value As String
value = instance.ID
instance.ID = value
[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.