次の方法で共有


ValidationActivity.ChildItems プロパティ

定義

データセットがフォルダーを指している場合は、取得または設定を使用できます。 true に設定した場合、フォルダーには少なくとも 1 つのファイルが必要です。 false に設定した場合、フォルダーは空である必要があります。 型: boolean (または resultType ブール値を持つ式)。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.childItems")]
public object ChildItems { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.childItems")>]
member this.ChildItems : obj with get, set
Public Property ChildItems As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象