 | IResourceCollectionItem Property |
Gets the items in the collection
Namespace: SanteDB.Core.Model.InterfacesAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
SyntaxIEnumerable<IIdentifiedResource> Item { get; }ReadOnly Property Item As IEnumerable(Of IIdentifiedResource)
Get
property IEnumerable<IIdentifiedResource^>^ Item {
IEnumerable<IIdentifiedResource^>^ get ();
}abstract Item : IEnumerable<IIdentifiedResource> with get
Property Value
IEnumerableIIdentifiedResource
See Also