Item Property (TagLocalizedPropertyGroupStatus)
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public ReadOnly Default Property Item( _
ByVal index As Integer _
) As TagLocalizedPropertyGroupStatus
'Usage
Dim instance As TagLocalizedPropertyGroupStatus
Dim index As Integer
Dim value As TagLocalizedPropertyGroupStatus
value = instance.Item(index)
public TagLocalizedPropertyGroupStatus this[
int index
]; {get;}
public:
property TagLocalizedPropertyGroupStatus^ default [int] {
TagLocalizedPropertyGroupStatus^ get(int index);
}
Parameters
- index