AppointmentRequest.SearchWindowEnd Property

 

Applies To: Dynamics CRM 2015

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

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

Syntax

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

Property Value

Type: System.Nullable<DateTime>

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

See Also

AppointmentRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright