AppointmentRequest.Direction Property

Definition

Gets or sets the direction of the search.

public:
 property Microsoft::Crm::Sdk::Messages::SearchDirection Direction { Microsoft::Crm::Sdk::Messages::SearchDirection get(); void set(Microsoft::Crm::Sdk::Messages::SearchDirection value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.SearchDirection Direction { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Direction : Microsoft.Crm.Sdk.Messages.SearchDirection with get, set
Public Property Direction As SearchDirection

Property Value

The search direction.

Attributes

Applies to