CacheableStringArray.Item Property |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As String
Get
public:
property String^ default[int index] {
String^ get (int index);
}
member Item : string with get
Parameters
- index
- Type: System.Int32
Property Value
Type:
String
See Also