 | FhirMatchResourceOperationIsGet Property |
True if the operation is a get
Namespace: SanteDB.Messaging.FHIR.OperationsAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic bool IsGet { get; }Public ReadOnly Property IsGet As Boolean
Get
public:
virtual property bool IsGet {
bool get () sealed;
}abstract IsGet : bool with get
override IsGet : bool with get
Property Value
BooleanImplements
IFhirOperationHandlerIsGet
See Also