OWSNumberField.DisplayName property
NOTE: This API is now obsolete.
Gets or sets the display name for the number field.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class has been deprecated.")> _
Public Property DisplayName As String
Get
Set
'Usage
Dim instance As OWSNumberField
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
[ObsoleteAttribute("This class has been deprecated.")]
public string DisplayName { get; set; }
Property value
Type: System.String
A string that contains the name.