OWSForm.Name Property

NOTE: This API is now obsolete.

Gets the name of 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 Name As String
    Get
'Usage
Dim instance As OWSForm
Dim value As String

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

Property Value

Type: System.String
A string that contains the name.

See Also

Reference

OWSForm Class

OWSForm Members

Microsoft.SharePoint.WebControls Namespace