Share via


AppointmentProposal Constructor (Nullable(Of DateTime), Nullable(Of DateTime), Guid, String, ProposalParty())

Applies To: Dynamics CRM 2015

Initializes a new instance of the AppointmentProposal class setting the start, end, site ID, site name, and proposal parties.

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

Syntax

public AppointmentProposal(
    Nullable<DateTime> start,
    Nullable<DateTime> end,
    Guid siteId,
    string siteName,
    ProposalParty[] proposalParties
)
public:
AppointmentProposal(
    Nullable<DateTime> start,
    Nullable<DateTime> end,
    Guid siteId,
    String^ siteName,
    array<ProposalParty^>^ proposalParties
)
new : 
        start:Nullable<DateTime> *
        end:Nullable<DateTime> *
        siteId:Guid *
        siteName:string *
        proposalParties:ProposalParty[] -> AppointmentProposal
Public Sub New (
    start As Nullable(Of Date),
    end As Nullable(Of Date),
    siteId As Guid,
    siteName As String,
    proposalParties As ProposalParty()
)

Parameters

  • siteId
    Type: System.Guid

    Type: Guid. The ID of the site for the proposed appointment.

  • siteName
    Type: System.String

    Type: String. The name of the site for the proposed appointment.

See Also

AppointmentProposal Overload
AppointmentProposal Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright