次の方法で共有


Operation.ActionType プロパティ

定義

列挙型を取得します。 アクションの種類を示します。 "Internal" は、内部専用 API 用のアクションを指します。 使用可能な値は次のとおりです: 'Internal'

[Newtonsoft.Json.JsonProperty(PropertyName="actionType")]
public string ActionType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="actionType")>]
member this.ActionType : string
Public ReadOnly Property ActionType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象