| SecurityConfigurationSectionOwners 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> Owners { get; set; }
Public Property Owners As List(Of Guid)
Get
Set
public:
property List<Guid>^ Owners {
List<Guid>^ get ();
void set (List<Guid>^ value);
}
member Owners : List<Guid> with get, set
Property Value
Type:
ListGuidSee Also