IDomainControlCenterSsoRequest.PostParameterValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="postParameterValue")]
public string PostParameterValue { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="postParameterValue")>]
member this.PostParameterValue : string
Public ReadOnly Property PostParameterValue As String
Property Value
- Attributes