Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.