SetApplicationInsightsContinuousExportCommand.DocumentType Property
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.
[System.Management.Automation.Parameter(HelpMessage="Document types that need exported.", Mandatory=true)]
[System.Management.Automation.ValidateSet(new System.String[] { "Request", "Exception", "Custom Event", "Trace", "Metric", "Page Load", "Page View", "Dependency", "Availability", "Performance Counter" }, IgnoreCase=true)]
public string[] DocumentType { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Document types that need exported.", Mandatory=true)>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Request", "Exception", "Custom Event", "Trace", "Metric", "Page Load", "Page View", "Dependency", "Availability", "Performance Counter" }, IgnoreCase=true)>]
member this.DocumentType : string[] with get, set
Public Property DocumentType As String()
Property Value
- String[]
- Attributes