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