SiloLifecycleSubject.GetStageName(Int32) Method
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.
Gets the name of the specified numeric stage.
protected override string GetStageName (int stage);
override this.GetStageName : int -> string
Protected Overrides Function GetStageName (stage As Integer) As String
Parameters
- stage
- Int32
The stage number.
Returns
The name of the stage.