NbApiGatewayQueryParams Property |
クエリパラメータ
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public Dictionary<string, string> QueryParams { get; }
Public ReadOnly Property QueryParams As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ QueryParams {
Dictionary<String^, String^>^ get ();
}
member QueryParams : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringVersion Information Core
Supported in: 1.0
See Also