AppointmentRequest.Direction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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