DBLinksFinishArgsSuccess Property |
|
DataPA OpenAnalytics API Reference
Was the load of DB Links Successful?
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool Success { get; set; }
Public Property Success As Boolean
Get
Set
public:
property bool Success {
bool get ();
void set (bool value);
}
function get_Success();
function set_Success(value);
Property Value
Type:
BooleanReturn Value
Type:
BooleanRemarks See Also