| RestClientEventArgsBaseQuery Property |
Query passed to the request
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public NameValueCollection Query { get; }
Public ReadOnly Property Query As NameValueCollection
Get
public:
property NameValueCollection^ Query {
NameValueCollection^ get ();
}
member Query : NameValueCollection with get
Property Value
Type:
NameValueCollectionSee Also