ConnectorInfo.first_run_done Property
Tells if the connector was run at least once
<DataMember()> _
Public Property first_run_done() As Boolean
This language is not supported or no code example is available.
[DataMember()]
public bool first_run_done {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property bool first_run_done {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public
DataMember()
function get first_run_done() : boolean;
public
DataMember()
function set first_run_done(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1