sgenGenerationOption 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.
Indicates the state of the serialization generation system.
public enum class sgenGenerationOption
public enum class sgenGenerationOption
enum sgenGenerationOption
[System.Runtime.InteropServices.Guid("DEBB3D21-A024-410E-AA3B-1ABC31625EB7")]
public enum sgenGenerationOption
[<System.Runtime.InteropServices.Guid("DEBB3D21-A024-410E-AA3B-1ABC31625EB7")>]
type sgenGenerationOption =
Public Enum sgenGenerationOption
- Inheritance
-
sgenGenerationOption
- Attributes
Fields
Name | Value | Description |
---|---|---|
sgenGenerationOption_Off | 0 | Serialization assembly is off. |
sgenGenerationOption_On | 1 | Serialization assembly is on. |
sgenGenerationOption_Auto | 2 | Serialization assembly is automatically determined. |