AppointmentRequest.SearchWindowStart Property

 

Applies To: Dynamics CRM 2015

Gets or sets the date and time to begin the search.

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

Syntax

[DataMemberAttribute]
public Nullable<DateTime> SearchWindowStart { get; set; }
public:
[DataMemberAttribute]
property Nullable<DateTime> SearchWindowStart {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
[<DataMemberAttribute>]
member SearchWindowStart : Nullable<DateTime> with get, set
<DataMemberAttribute>
Public Property SearchWindowStart As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

Type: Nullable<DateTime>
The date and time to begin the search.

See Also

AppointmentRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright