Share via


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)

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