 | UpstreamRealmConfigurationDomainName Property |
The name of the upstream domain name (domain.deployment.com)
Namespace: SanteDB.Client.Configuration.UpstreamAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic string DomainName { get; set; }Public Property DomainName As String
Get
Set
public:
property String^ DomainName {
String^ get ();
void set (String^ value);
}member DomainName : string with get, set
Property Value
String
See Also