DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the AppServer details were retrieved OK
Namespace: DataPAServerSecurityAssembly: 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:
BooleanTrue if the AppServer details were retrieved OK
Return Value
Type:
BooleanTrue if the AppServer details were retrieved OK
Remarks
See Also