ValidationResult Constructor (Boolean, TraceInfo, Guid)

 

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

Initializes a new instance of the ValidationResult class, setting the success, traceinfo and activityid properties.

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

Syntax

public ValidationResult(
    bool success,
    TraceInfo traceInfo,
    Guid activityId
)
Public Sub New (
    success As Boolean,
    traceInfo As TraceInfo,
    activityId As Guid
)

Parameters

  • success
    Type: System.Boolean

    Type: Boolean. The value that indicates whether the appointment or service appointment was validated successfully.

  • activityId
    Type: System.Guid

    Type: Guid. The ID of the validated activity.

See Also

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

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright