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)
Available in Sandboxed Solutions: No

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