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