Gets or sets the item with the specified index or key. In C#, this property is the indexer for the collection.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
public virtual string this[
string key
] { get; set; }public virtual string this[
string key
] { get; set; }Public Overridable Default Property Item (
key As String
) As String
Get
Set
Public Overridable Default Property Item (
key As String
) As String
Get
Set
public:
virtual property String^ default[String^ key] {
String^ get (String^ key);
void set (String^ key, String^ value);
}public:
virtual property String^ default[String^ key] {
String^ get (String^ key);
void set (String^ key, String^ value);
}Property Value
Type:
String