次の方法で共有


SiteConfigResource.DefaultDocuments プロパティ

定義

既定のドキュメントを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象