WebPartQuickAdd.ButtonText property
NOTE: This API is now obsolete.
For internal use only.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Public Property ButtonText As String
Get
Set
'Usage
Dim instance As WebPartQuickAdd
Dim value As String
value = instance.ButtonText
instance.ButtonText = value
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
public string ButtonText { get; set; }
Property value
Type: System.String