| IdentifiedDataBatchOperation Property |
Gets or sets the operation
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public BatchOperationType BatchOperation { get; set; }
Public Property BatchOperation As BatchOperationType
Get
Set
public:
property BatchOperationType BatchOperation {
BatchOperationType get ();
void set (BatchOperationType value);
}
member BatchOperation : BatchOperationType with get, set
Property Value
Type:
BatchOperationTypeSee Also