DataPA Enterprise Dashboard Controls API Reference
Gets the name of this AppSeverDetail.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ASDetailName { get; }
Visual Basic
Public ReadOnly Property ASDetailName As String
	Get
Visual C++
public:
property String^ ASDetailName {
	String^ get ();
}

Property Value

Type: String
The name of this AppSeverDetail.

Return Value

Type: String
The name of this AppSeverDetail.

Remarks