TransferFormat 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.
Represents the possible transfer formats.
This enumeration supports a bitwise combination of its member values.
public enum class TransferFormat
[System.Flags]
public enum TransferFormat
[<System.Flags>]
type TransferFormat =
Public Enum TransferFormat
- Inheritance
-
TransferFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
Binary | 1 | A binary transport format. |
Text | 2 | A text transport format. |