CommandLineParser Item Property Bespoke Osc Library
Gets a argument associated with the specified key.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public ReadOnly Default Property Item ( _
	key As String _
) As String 
	Get

Parameters

key
Type: OnlineSystem String
The name of the argument to retrieve.

Return Value

The value associated with the specified key. If the specified key is not found, a OnlineKeyNotFoundException is thrown.
See Also