CtcObjectListBaseTItem Property (String) |
Gets a list item by
Name.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic ReadOnly Default Property Item (
strName As String
) As T
Get
public T this[
string strName
] { get; }
Parameters
- strName
- Type: SystemString
Property Value
Type:
T
See Also