 | PlaceServices Property |
Gets the services
Namespace: SanteDB.Core.Model.EntitiesAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic 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
ListPlaceService
See Also