FunctionEnvelopeInner.Files プロパティ

定義

ファイルリストを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.files")]
public System.Collections.Generic.IDictionary<string,string> Files { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.files")>]
member this.Files : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Files As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象