 | FhirDispatcherTargetConfigurationUserName Property |
Gets or sets the username or authentication data
Namespace: SanteDB.Messaging.FHIR.ConfigurationAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic string UserName { get; set; }Public Property UserName As String
Get
Set
public:
property String^ UserName {
String^ get ();
void set (String^ value);
}member UserName : string with get, set
Property Value
String
See Also