Share via


DataConnectionProperties.IsExtensible Property

Definition

Gets or sets a Boolean value indicating whether the DDEX provider connection properties are extensible.

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

Property Value

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

Attributes

Applies to