 | AppletCollectionItem Property |
Gets or sets the item at the specified element
Namespace: SanteDB.Core.AppletsAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntaxpublic 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 Int32
-
Property Value
AppletManifestImplements
IListTItemInt32
See Also