ParameterList.Item Property (String)

Independentsoft MSG .NET

ParameterList Item Property (String) MSG .NET Class Library
Gets the Parameter with the specified name.

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public Parameter this[
	string name
] { get; }
public Parameter this[
	string name
] { get; }
Public ReadOnly Default Property Item ( 
	name As String
) As Parameter 
	Get
Public ReadOnly Default Property Item ( 
	name As String
) As Parameter 
	Get
Dim instance As ParameterList 
Dim name As String 
Dim value As Parameter 

value = instance(name)
Dim instance As ParameterList 
Dim name As String 
Dim value As Parameter 

value = instance(name)
/** @property */
public Parameter get_Item(
	String name
)
/** @property */
public Parameter get_Item(
	String name
)
JScript does not support indexed properties.
JScript does not support indexed properties.
function get_Item(name);
function get_Item(name);

Parameters

name
Type: OnlineSystem String
The name.

Return Value

Type: Parameter
Parameter.
See Also