| Hl7ConfigurationSectionLocalAuthority Property |
Represents the local domain
Namespace:
SanteDB.Messaging.HL7.Configuration
Assembly:
SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax [TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public AssigningAuthority LocalAuthority { get; set; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Property LocalAuthority As AssigningAuthority
Get
Set
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property AssigningAuthority^ LocalAuthority {
AssigningAuthority^ get ();
void set (AssigningAuthority^ value);
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member LocalAuthority : AssigningAuthority with get, set
Property Value
Type:
AssigningAuthoritySee Also