次の方法で共有


PartialUpdateOperation.Operation プロパティ

定義

更新操作の種類を取得または設定する

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="op")]
public Microsoft.Azure.NotificationHubs.UpdateOperationType Operation { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="op")>]
member this.Operation : Microsoft.Azure.NotificationHubs.UpdateOperationType with get, set
Public Property Operation As UpdateOperationType

プロパティ値

更新操作の種類。

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象