DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the AppServer details were retrieved OK

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

Syntax

C#
public bool DetailsRetrieved { get; }
Visual Basic
Public ReadOnly Property DetailsRetrieved As Boolean
	Get
Visual C++
public:
property bool DetailsRetrieved {
	bool get ();
}

Property Value

Type: Boolean
True if the AppServer details were retrieved OK

Return Value

Type: Boolean
True if the AppServer details were retrieved OK

Remarks