 | AppletBiRepositoryIsLocal Property |
Applet BI Repo is local repo
Namespace:
SanteDB.BI.Services.Impl
Assembly:
SanteDB.BI (in SanteDB.BI.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