Share via


TraceLoggingSession.CollectionPlanXml Property

The collection plan that is used for this session

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Property CollectionPlanXml As String
public string CollectionPlanXml { get; internal set; }
public:
property String^ CollectionPlanXml {
    String^ get ();
    internal: void set (String^ value);
}
member CollectionPlanXml : string with get, internal set
function get CollectionPlanXml () : String 
internal function set CollectionPlanXml (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TraceLoggingSession Class

Microsoft.VisualStudio.IntelliTrace Namespace