CollectionPlanEvent.CollectionPlan Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public ReadOnly Property CollectionPlan As String
    Get
'Usage
Dim instance As CollectionPlanEvent
Dim value As String

value = instance.CollectionPlan
public string CollectionPlan { get; }
public:
property String^ CollectionPlan {
    String^ get ();
}
member CollectionPlan : string
function get CollectionPlan () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CollectionPlanEvent Class

CollectionPlanEvent Members

Microsoft.VisualStudio.TraceLog Namespace