TraceInfo 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.
Specifies the results of a scheduling operation using the ValidateRequest, BookRequest, RescheduleRequest, or SearchRequest messages.
public ref class TraceInfo sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class TraceInfo : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type TraceInfo = class
interface IExtensibleDataObject
Public NotInheritable Class TraceInfo
Implements IExtensibleDataObject
- Inheritance
-
TraceInfo
- Attributes
- Implements
Constructors
TraceInfo() |
Initializes a new instance of the TraceInfo class. |
TraceInfo(ErrorInfo[]) |
Initializes a new instance of the TraceInfo class. |
Properties
ErrorInfoList |
Gets or sets the list of error information for the scheduling operation. |
ExtensionData |
Gets or sets the structure that contains extra data. |