[]
        
(Showing Draft Content)

C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.Item

this Property

this[string]

Gets or sets the value associated with the specified key.

Declaration
public override object this[string keyword] { get; set; }
Parameters
Type Name Description
string keyword

The key of the item to get or set.

Overrides