DirectMethodServiceRequest.MethodName プロパティ

定義

実行するメソッド名。

[Newtonsoft.Json.JsonProperty("methodName", Required=Newtonsoft.Json.Required.Always)]
public string MethodName { get; set; }
[<Newtonsoft.Json.JsonProperty("methodName", Required=Newtonsoft.Json.Required.Always)>]
member this.MethodName : string with get, set
Public Property MethodName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象