DeploymentStateSection Class
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 a section of deployment state with version tracking for concurrency control.
public sealed class DeploymentStateSection
type DeploymentStateSection = class
Public NotInheritable Class DeploymentStateSection
- Inheritance
-
DeploymentStateSection
Remarks
Initializes a new instance of the DeploymentStateSection class.
Constructors
| DeploymentStateSection(String, JsonObject, Int64) |
Represents a section of deployment state with version tracking for concurrency control. |
Properties
| Data |
Gets the data stored in this section. |
| SectionName |
Gets the name of the state section. |
| Version |
Gets or sets the current version of this section. |