Share via


SearchResults.Proposals Property

 

Applies To: Dynamics CRM 2015

Gets the set of proposed appointments that meet the appointment request criteria.

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

Syntax

[DataMemberAttribute]
public AppointmentProposal[] Proposals { get; set; }
public:
[DataMemberAttribute]
property array<AppointmentProposal^>^ Proposals {
    array<AppointmentProposal^>^ get();
    void set(array<AppointmentProposal^>^ value);
}
[<DataMemberAttribute>]
member Proposals : AppointmentProposal[] with get, set
<DataMemberAttribute>
Public Property Proposals As AppointmentProposal()

Property Value

Type: Microsoft.Crm.Sdk.Messages.AppointmentProposal[]

Type: AppointmentProposal
The set of proposed appointments that meet the appointment request criteria.

See Also

SearchResults Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright