| PlaceServices Property |
Gets the services
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public List<PlaceService> Services { get; set; }
Public Property Services As List(Of PlaceService)
Get
Set
public:
property List<PlaceService^>^ Services {
List<PlaceService^>^ get ();
void set (List<PlaceService^>^ value);
}
member Services : List<PlaceService> with get, set
Property Value
Type:
ListPlaceServiceSee Also