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.
Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("", "Advanced", "Content")> _
Public Property ContentNode As XmlNode
    Get
    Set
'Usage
Dim instance As SimpleFormWebPart
Dim value As XmlNode
value = instance.ContentNode
instance.ContentNode = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("", "Advanced", "Content")]
public XmlNode ContentNode { get; set; }
Property Value
Type: System.Xml.XmlNode