ApplicationMetadata.EnvironmentName Property

Definition

Gets or sets the application's environment name, such as Development, Staging, or Production.

public:
 property System::String ^ EnvironmentName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DataAnnotations.Required]
public string EnvironmentName { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.EnvironmentName : string with get, set
Public Property EnvironmentName As String

Property Value

Attributes

Applies to