RuntimeAssetGroup.Runtime プロパティ

定義

このグループに関連付けられているランタイム ID (グループがランタイムに依存しない場合は空である可能性があります)。

public:
 property System::String ^ Runtime { System::String ^ get(); };
public string Runtime { get; }
public string? Runtime { get; }
member this.Runtime : string
Public ReadOnly Property Runtime As String

プロパティ値

ランタイム ID を表す文字列。

適用対象