 | RemoteBiServiceIsLocal Property |
This repository is not local
Namespace:
SanteDB.DisconnectedClient.Services.Remote
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic bool IsLocal { get; }
Public ReadOnly Property IsLocal As Boolean
Get
public:
virtual property bool IsLocal {
bool get () sealed;
}
abstract IsLocal : bool with get
override IsLocal : bool with get
Property Value
Type:
BooleanImplements
IBiMetadataRepositoryIsLocal
See Also