CreateExceptionRequest.OriginalStartDate Property
Applies To: Dynamics CRM 2015
Gets or sets the original start date of the recurring appointment.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public DateTime OriginalStartDate { get; set; }
public:
property DateTime OriginalStartDate {
DateTime get();
void set(DateTime value);
}
member OriginalStartDate : DateTime with get, set
Public Property OriginalStartDate As Date
Property Value
Type: System.DateTime
Type: DateTime
The original start date of the recurring appointment.
See Also
CreateExceptionRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright