| AgsConfigurationSectionServices Property |
Gets or sets the service configuration
Namespace:
SanteDB.DisconnectedClient.Ags.Configuration
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public List<AgsServiceConfiguration> Services { get; set; }
Public Property Services As List(Of AgsServiceConfiguration)
Get
Set
public:
property List<AgsServiceConfiguration^>^ Services {
List<AgsServiceConfiguration^>^ get ();
void set (List<AgsServiceConfiguration^>^ value);
}
member Services : List<AgsServiceConfiguration> with get, set
Property Value
Type:
ListAgsServiceConfigurationSee Also