WebPartGalleryItemBase.WebPartContent Property
Gets or sets embedded HTML that provides content for this WebPart.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Property WebPartContent As String
Get
Set
'Usage
Dim instance As WebPartGalleryItemBase
Dim value As String
value = instance.WebPartContent
instance.WebPartContent = value
public override string WebPartContent { get; set; }
Property Value
Type: System.String
Embedded HTML that provides content for this WebPart.