OWSControl.ParentOWSForm Property
NOTE: This API is now obsolete.
Gets the parent form for the control.
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 ParentOWSForm As OWSForm
Get
'Usage
Dim instance As OWSControl
Dim value As OWSForm
value = instance.ParentOWSForm
[ObsoleteAttribute("This class has been deprecated.")]
public OWSForm ParentOWSForm { get; }
Property Value
Type: Microsoft.SharePoint.WebControls.OWSForm
A OWSForm object that represents the parent form.