Class ExportCollectCommandOptions
Inheritance
System.Object
ExportCollectCommandOptions
Assembly: AsaLib.dll
Syntax
public class ExportCollectCommandOptions : ExportOptions
Properties
|
Improve this Doc
View Source
ExportSingleRun
Declaration
public bool ExportSingleRun { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
FirstRunId
Declaration
public string? FirstRunId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
SecondRunId
Declaration
public string? SecondRunId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|