OWSForm.ParentForm Property

NOTE: This API is now obsolete.

Gets the parent form for the form.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("This class has been deprecated.")> _
Public ReadOnly Property ParentForm As HtmlForm
    Get
'Usage
Dim instance As OWSForm
Dim value As HtmlForm

value = instance.ParentForm
[ObsoleteAttribute("This class has been deprecated.")]
public HtmlForm ParentForm { get; }

Property Value

Type: System.Web.UI.HtmlControls.HtmlForm
A System.Web.UI.HtmlControls.HtmlForm object that represents the parent form.

See Also

Reference

OWSForm Class

OWSForm Members

Microsoft.SharePoint.WebControls Namespace