Share via


QueryMultipleSchedulesRequest.End Property

 

Applies To: Dynamics CRM 2015

Gets or sets the end time for the scheduled block of time. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public DateTime End { get; set; }
public:
property DateTime End {
    DateTime get();
    void set(DateTime value);
}
member End : DateTime with get, set
Public Property End As Date

Property Value

Type: System.DateTime

Type: DateTime
The end time for the scheduled block of time.

See Also

QueryMultipleSchedulesRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright