this property

Gets or sets the value of the connection keyword.

Visual Basic syntax

Public Overrides Property Item As Object

C# syntax

public override object this {get;set;}

Remarks

An object representing the value of the specified connection keyword.

If the keyword or type is invalid, an exception is raised. keyword is case insensitive.

When setting the value, passing NULL clears the value.