次の方法で共有


ProviderOperation.IsDataAction プロパティ

定義

操作の種類を指定する dataAction フラグを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="isDataAction")]
public bool? IsDataAction { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isDataAction")>]
member this.IsDataAction : Nullable<bool> with get, set
Public Property IsDataAction As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象