TraceSettings 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 trace settings for a deployment.
public ref class TraceSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="TraceSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class TraceSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="TraceSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type TraceSettings = class
inherit DeploymentConfigSettings
Public Class TraceSettings
Inherits DeploymentConfigSettings
- Inheritance
- Attributes
Remarks
You can also use Windows PowerShell to retrieve or update these settings.
Constructors
TraceSettings() |
Initializes a new instance of the TraceSettings class. |
Properties
CallStack |
Gets or sets whether to save the call stack. |
Categories |
Gets or sets the categories to trace. |
Directory |
Gets or sets the directory for the trace files. |
Enabled |
Gets or sets whether tracing is enabled. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentObject) |
FileSize |
Gets or sets the trace file size limit (MB). |