| FhirQueryIncludeContained Property |
True if the query should include contained resource
Namespace:
SanteDB.Messaging.FHIR
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public 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
Type:
BooleanSee Also