 | AdoBiRepositoryIsLocal Property |
True if the source of metadata is local
Namespace: SanteDB.Persistence.Data.ServicesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
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
BooleanImplements
IBiMetadataRepositoryIsLocal
See Also