public object this[ string tokenString ]; {get; set;}
Public Default Property Item( _ ByVal tokenString As String _ ) As Object
Parameters
- tokenString
public object this[ string tokenString ]; {get; set;}
Public Default Property Item( _ ByVal tokenString As String _ ) As Object
| 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, Windows 10