Server.CaptureLog 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.
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