ApplicationMetadata.EnvironmentName プロパティ

定義

開発、ステージング、運用など、アプリケーションの環境名を取得または設定します。

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

プロパティ値

属性

適用対象