Share via


WorkerProcessInformationEvent.ApplicationPoolName Property

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

WorkerProcessInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace