Share via


OWSDateField.Value Property

NOTE: This API is now obsolete.

Gets or sets the value contained in the date field.

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 Value As String
    Get
    Set
'Usage
Dim instance As OWSDateField
Dim value As String

value = instance.Value

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

Property Value

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

See Also

Reference

OWSDateField Class

OWSDateField Members

Microsoft.SharePoint.WebControls Namespace