| ConfigurationViewModelNetwork Property |
Gets or sets the network
Namespace:
SanteDB.DisconnectedClient.Ags.Model
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public ServiceClientConfigurationSection Network { get; set; }
Public Property Network As ServiceClientConfigurationSection
Get
Set
public:
property ServiceClientConfigurationSection^ Network {
ServiceClientConfigurationSection^ get ();
void set (ServiceClientConfigurationSection^ value);
}
member Network : ServiceClientConfigurationSection with get, set
Property Value
Type:
ServiceClientConfigurationSectionSee Also