AppPoolInfo.IsStarted Property

 

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

Syntax

public bool IsStarted { get; }
public:
property bool IsStarted {
    bool get();
}
member IsStarted : bool with get
Public ReadOnly Property IsStarted As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

AppPoolInfo Class
Microsoft.VisualStudio.Enterprise.WebInstrument Namespace

Return to top