AppServerDetailConstructorError Property |
|
DataPA OpenAnalytics API Reference
Gets any errors returned by the constructor process.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ConstructorError { get; }
Public ReadOnly Property ConstructorError As String
Get
public:
property String^ ConstructorError {
String^ get ();
}
function get_ConstructorError();
Property Value
Type:
StringAny errors returned by the constructor process.
Return Value
Type:
StringAny errors returned by the constructor process.
Remarks See Also