| SecurityConfigurationSectionFacilities Property |
When true, only allow login from this facility
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public List<Guid> Facilities { get; set; }
Public Property Facilities As List(Of Guid)
Get
Set
public:
property List<Guid>^ Facilities {
List<Guid>^ get ();
void set (List<Guid>^ value);
}
member Facilities : List<Guid> with get, set
Property Value
Type:
ListGuidSee Also