ValidationResult Constructor (Boolean, TraceInfo, Guid)
Applies To: Dynamics CRM 2015
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:
ValidationResult(
bool success,
TraceInfo^ traceInfo,
Guid activityId
)
new :
success:bool *
traceInfo:TraceInfo *
activityId:Guid -> ValidationResult
Public Sub New (
success As Boolean,
traceInfo As TraceInfo,
activityId As Guid
)
Parameters
success
Type: System.BooleanType: Boolean. The value that indicates whether the appointment or service appointment was validated successfully.
traceInfo
Type: Microsoft.Crm.Sdk.Messages.TraceInfoType: TraceInfo. The reasons for any scheduling failures.
activityId
Type: System.GuidType: Guid. The ID of the validated activity.
See Also
ValidationResult Overload
ValidationResult Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright