WebPartGalleryItem.V3PickerKey Property
When overridden in a derived class, gets the Web Part key that is compatible with the Windows SharePoint Services 3.0 Web Part picker.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public MustOverride ReadOnly Property V3PickerKey As String
Get
'Usage
Dim instance As WebPartGalleryItem
Dim value As String
value = instance.V3PickerKey
public abstract string V3PickerKey { get; }
Property Value
Type: System.String
The Web Part key that is compatible with the Windows SharePoint Services 3.0 Web Part picker.