Share via


DataConnectionProperties.IsExtensible Property

Definition

Retrieves or sets a Boolean value indicating whether the DDEX Provider connection properties are extensible.

public:
 virtual property bool IsExtensible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsExtensible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.IsExtensible : bool with get, set
Public Overridable Property IsExtensible As Boolean

Property Value

Returns true if the connection properties are extensible. Returns false otherwise.

Attributes

Applies to