FormComponent.RecurrenceID Property
Gets or sets the string value that represents the recurrence ID.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RecurrenceID As String
Get
Set
'Usage
Dim instance As FormComponent
Dim value As String
value = instance.RecurrenceID
instance.RecurrenceID = value
public string RecurrenceID { get; set; }
Property Value
Type: System.String