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