 | IFhirProfileValidationHandlerAppliesTo Property |
Gets the type this applies to (or null if it applies to all)
Namespace: SanteDB.Messaging.FHIR.ExtensionsAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
SyntaxIEnumerable<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
IEnumerableResourceType
See Also