DataConnectionProperties.IsExtensible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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