Public Default Property Item( _ ByVal elementName As String _ ) As Object
public object this[ string elementName ]; {get; set;}
Parameters
- elementName
Public Default Property Item( _ ByVal elementName As String _ ) As Object
public object this[ string elementName ]; {get; set;}
| Exception | Description |
|---|---|
| System.ArgumentNullException | elementName |
| System.InvalidCastException | The assigned value must be a string. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)