 | BiPackageItem Property |
Gets the specified definition from this package regardless of type
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic BiDefinition this[
string id
] { get; }Public ReadOnly Default Property Item (
id As String
) As BiDefinition
Get
public:
property BiDefinition^ default[String^ id] {
BiDefinition^ get (String^ id);
}member Item : BiDefinition with get
Parameters
- id String
-
Property Value
BiDefinition
See Also