ShouldItemBeExportedArgsExportItem Property |
|
DataPA OpenAnalytics API Reference
Set this to TRUE to export the current item, FALSE to skip it.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool ExportItem { get; set; }
Public Property ExportItem As Boolean
Get
Set
public:
property bool ExportItem {
bool get ();
void set (bool value);
}
function get_ExportItem();
function set_ExportItem(value);
Property Value
Type:
BooleanReturn Value
Type:
BooleanRemarks See Also