Gets or sets the collection item by the given title name.
Syntax
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As String _
) As Title
public Title Item(
string
) {get;}
Parameters
- titleName
- The name of the title.
Property Value
Title.
See Also