RecurrenceDataControl.Value property

Value: internal format (and data type) of the field value

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

Syntax

'Declaration
Public Property Value As String
    Get
    Set
'Usage
Dim instance As RecurrenceDataControl
Dim value As String

value = instance.Value

instance.Value = value
public string Value { get; set; }

Property value

Type: System.String

See also

Reference

RecurrenceDataControl class

RecurrenceDataControl members

Microsoft.SharePoint.WebControls namespace