ValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the result from the ValidateRequest, BookRequest, or RescheduleRequest messages.
public ref class ValidationResult sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class ValidationResult : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type ValidationResult = class
interface IExtensibleDataObject
Public NotInheritable Class ValidationResult
Implements IExtensibleDataObject
- Inheritance
-
ValidationResult
- Attributes
- Implements
Constructors
ValidationResult() |
Initializes a new instance of the ValidationResult class. |
ValidationResult(Boolean, TraceInfo, Guid) |
Initializes a new instance of the ValidationResult class,
setting the |
Properties
ActivityId |
Gets or sets the ID of the validated activity. |
ExtensionData |
Gets or sets the structure that contains extra data. |
TraceInfo |
Gets or sets the reasons for any scheduling failures. |
ValidationSuccess |
Gets or sets the value that indicates whether the appointment or service appointment was validated successfully. |