WebPart.Qualifier property
Gets a unique identifier for a Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property Qualifier As String
Get
'Usage
Dim instance As WebPart
Dim value As String
value = instance.Qualifier
public string Qualifier { get; }
Type: System.String
A string value that specifies the unique identifier for the Web Part.
The Qualifier property value can be useful when generating script that runs on the client, for example, to ensure that each Web Part has a different function name. Qualifiers are unique only within a given request, and qualifiers may change on subsequent requests.