QueryScheduleRequest.Start Property

 

Applies To: Dynamics CRM 2015

Gets or sets the start of the time slot.

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

Syntax

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

Property Value

Type: System.DateTime

Type: DateTime
The start of the time slot.

See Also

QueryScheduleRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright