Share via


IDataConnectionProperties.IsExtensible Property

Definition

Retrieves a Boolean value indicating whether the specified set of connection properties is extensible; that is, whether it is possible to add and remove custom properties to the set of connection properties.

public:
 property bool IsExtensible { bool get(); };
public bool IsExtensible { get; }
member this.IsExtensible : bool
Public ReadOnly Property IsExtensible As Boolean

Property Value

true if the connection properties are extensible; otherwise, false.

Applies to