WebPart.Qualifier Property
Gets a unique identifier for a Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Qualifier As String
Get
'Usage
Dim instance As WebPart
Dim value As String
value = instance.Qualifier
public string Qualifier { get; }
Property Value
Type: System.String
A string value that specifies the unique identifier for the Web Part.
Remarks
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.