SetApplicationInsightsContinuousExportCommand.DocumentType Property

Definition

[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

Applies to