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