次の方法で共有


DomainControlCenterSsoRequest.PostParameterValue プロパティ

定義

post パラメーター値を取得します。 クライアントでは、この値に対して 'application/x-www-form-urlencoded' エンコードを使用する必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象