HostedFileContent.Scope プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイルが存在するスコープ (コンテナー ID など) を取得または設定します。
public:
property System::String ^ Scope { System::String ^ get(); void set(System::String ^ value); };
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
[System.Text.Json.Serialization.JsonIgnore]
public string? Scope { get; set; }
[System.Text.Json.Serialization.JsonIgnore]
public string? Scope { get; set; }
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Scope : string with get, set
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Scope : string with get, set
Public Property Scope As String
プロパティ値
- 属性
注釈
設定すると、ダウンロードなどのファイル操作がこのスコープを対象とします。 たとえば、コード インタープリター ツールによって作成されたファイルはコンテナーに格納され、コンテナー ID はそれらにアクセスするために必要なスコープです。