DataPA Enterprise Dashboard Controls 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
C# |
---|
public string ConstructorError { get; } |
Visual Basic |
---|
Public ReadOnly Property ConstructorError As String
Get |
Visual C++ |
---|
public:
property String^ ConstructorError {
String^ get ();
} |
Property Value
Type:
StringAny errors returned by the constructor process.
Return Value
Type:
StringAny errors returned by the constructor process.
Remarks
See Also