 | FhirQueryActualParameters Property |
Get the actual parameters that could be serviced
Namespace: SanteDB.Messaging.FHIRAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic NameValueCollection ActualParameters { get; set; }Public Property ActualParameters As NameValueCollection
Get
Set
public:
property NameValueCollection^ ActualParameters {
NameValueCollection^ get ();
void set (NameValueCollection^ value);
}member ActualParameters : NameValueCollection with get, set
Property Value
NameValueCollection
See Also