| 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; }
Public Default Property Item (
index As Integer
) As AppletManifest
Get
Set
public:
virtual property AppletManifest^ default[int index] {
AppletManifest^ get (int index) sealed;
void set (int index, AppletManifest^ value) sealed;
}
abstract Item : AppletManifest with get, set
override Item : AppletManifest with get, set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
AppletManifestImplements
IListTItemInt32See Also