| SecurityConfigurationSectionDomain Property |
Gets the real/domain to which the application is currently joined
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string Domain { get; set; }
Public Property Domain As String
Get
Set
public:
property String^ Domain {
String^ get ();
void set (String^ value);
}
member Domain : string with get, set
Property Value
Type:
StringSee Also