JsonRpcRequest.Method Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia nazwę metody do wywołania.
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="method", Order=1)]
public string Method { get; set; }
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="method", Order=2)]
public string? Method { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="method", Order=1)>]
member this.Method : string with get, set
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="method", Order=2)>]
member this.Method : string with get, set
Public Property Method As String
Wartość właściwości
- Atrybuty