Class FeatureStageValue
An enumeration of FeatureStageValue values in the Okta API.
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class FeatureStageValue : StringEnum, IComparable
Constructors
FeatureStageValue(String)
Creates a new FeatureStageValue instance.
Declaration
public FeatureStageValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Beta
The BETA FeatureStageValue.
Declaration
public static FeatureStageValue Beta
Field Value
Type | Description |
---|---|
FeatureStageValue |
Ea
The EA FeatureStageValue.
Declaration
public static FeatureStageValue Ea
Field Value
Type | Description |
---|---|
FeatureStageValue |
Operators
Implicit(String to FeatureStageValue)
Implicit operator declaration to accept and convert a string value as a FeatureStageValue
Declaration
public static implicit operator FeatureStageValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
FeatureStageValue |
Implements
System.IComparable