CloudToDeviceMethod.MethodName Property

Definition

Method to run

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to