OrchestrationMetadata.SerializedCustomStatus Property
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 orchestration instance's serialized custom status, if any, as a string value.
public string? SerializedCustomStatus { get; init; }
member this.SerializedCustomStatus : string with get, set
Public Property SerializedCustomStatus As String
Property Value
The serialized custom status or null
.