Share via


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)

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