Server.CaptureLog Property

Definition

Gets a collection containing XMLA commands that were generated while CaptureXml property was set to true.

[System.ComponentModel.Browsable(false)]
public System.Collections.Specialized.StringCollection CaptureLog { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CaptureLog : System.Collections.Specialized.StringCollection
Public ReadOnly Property CaptureLog As StringCollection

Property Value

A collection containing XML messages.

Attributes

Applies to