Click or drag to resize

AppletCollectionItem Property

Gets or sets the item at the specified element

Namespace:  SanteDB.Core.Applets
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax
public AppletManifest this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: AppletManifest

Implements

IListTItemInt32
See Also