AppointmentRequest.Direction Property
Applies To: Dynamics CRM 2015
Gets or sets the direction of the search.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public SearchDirection Direction { get; set; }
public:
[DataMemberAttribute]
property SearchDirection Direction {
SearchDirection get();
void set(SearchDirection value);
}
[<DataMemberAttribute>]
member Direction : SearchDirection with get, set
<DataMemberAttribute>
Public Property Direction As SearchDirection
Property Value
Type: Microsoft.Crm.Sdk.Messages.SearchDirection
Type: SearchDirection
The search direction.
See Also
AppointmentRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright