DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceConnectionStringBuilder Class / Item Property
The key of the item to get or set.

In This Topic
    Item Property (C1SalesforceConnectionStringBuilder)
    In This Topic
    Gets or sets the value associated with the specified key.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Default Property Item( _
       ByVal keyword As String _
    ) As Object
    public override object this[ 
       string keyword
    ]; {get; set;}

    Parameters

    keyword
    The key of the item to get or set.
    See Also