CollectionSet.RuntimeExecutionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicate whether the execution log entry corresponds to a collection or an upload
public enum CollectionSet.RuntimeExecutionMode
type CollectionSet.RuntimeExecutionMode =
Public Enum CollectionSet.RuntimeExecutionMode
- Inheritance
-
CollectionSet.RuntimeExecutionMode
Fields
Name | Value | Description |
---|---|---|
Collection | 0 | A collection operation. |
Upload | 1 | An upload operation. |