 | UpstreamBiMetadataRepositoryIsLocal Property |
True if the source of metadata is local
Namespace: SanteDB.Client.Upstream.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
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