 | FhirQueryIncludeContained Property |
True if the query should include contained resource
Namespace: SanteDB.Messaging.FHIRAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic bool IncludeContained { get; set; }Public Property IncludeContained As Boolean
Get
Set
public:
property bool IncludeContained {
bool get ();
void set (bool value);
}member IncludeContained : bool with get, set
Property Value
Boolean
See Also