Share via


OWSDateField.HideDescription property

NOTE: This API is now obsolete.

Gets or sets a Boolean value that specifies whether the description of the date field is hidden.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class has been deprecated.")> _
Public Property HideDescription As Boolean
    Get
    Set
'Usage
Dim instance As OWSDateField
Dim value As Boolean

value = instance.HideDescription

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

Property value

Type: System.Boolean
true if the description is hidden.

See also

Reference

OWSDateField class

OWSDateField members

Microsoft.SharePoint.WebControls namespace