AppointmentProposal Constructor (Nullable<DateTime>, Nullable<DateTime>, Guid, String, ProposalParty[])

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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 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

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright