TraceLoggingSession.CollectionPlanXml 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.
The collection plan used for this session
public:
property System::String ^ CollectionPlanXml { System::String ^ get(); };
public:
property Platform::String ^ CollectionPlanXml { Platform::String ^ get(); };
public string CollectionPlanXml { get; }
member this.CollectionPlanXml : string
Public ReadOnly Property CollectionPlanXml As String