DataPA Enterprise Dashboard Controls API Reference
Gets the name of this AppSeverDetail.
Namespace: DataPAServerSecurityAssembly: 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:
StringThe name of this AppSeverDetail.
Return Value
Type:
StringThe name of this AppSeverDetail.
Remarks
See Also