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