| IFhirProfileValidationHandlerAppliesTo Property |
Gets the type this applies to (or null if it applies to all)
Namespace:
SanteDB.Messaging.FHIR.Extensions
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax IEnumerable<ResourceType> AppliesTo { get; }
ReadOnly Property AppliesTo As IEnumerable(Of ResourceType)
Get
property IEnumerable<ResourceType>^ AppliesTo {
IEnumerable<ResourceType>^ get ();
}
abstract AppliesTo : IEnumerable<ResourceType> with get
Property Value
Type:
IEnumerableResourceTypeSee Also