WebPart.Qualifier property

Gets a unique identifier for a Web Part.

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

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.

See also

Reference

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace