State 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.
Enumerates the values that represent the status of a publication.
public enum class State
public enum State
type State =
Public Enum State
- Inheritance
-
State
Fields
Name | Value | Description |
---|---|---|
Inactive | 0 | The publication is inactive. Publication data is not available for Subscribers. |
Active | 1 | The publication is active. Publication data is available for Subscribers. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.