dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data.ExactTarget Namespace / ExactTargetConnectionStringBuilder Class / SupportExtensionObjects Property

In This Topic
SupportExtensionObjects Property
In This Topic
Determines whether to allow access to ExactTarget data extensions via the connection.
Syntax
'Declaration
 
Public Property SupportExtensionObjects As Boolean
 

Property Value

If true, data extension objects can be accessed in the same way as predefined ExactTarget objects. By default, true.
Remarks

Note that custom Subscriber fields are not affected by this connection string parameter, they are always available in the same way as predefined Subscriber fields.

Reading data extension information can take additional time. If you don't need to work with data extensions, it's better to disable their reading by setting the SupportExtensionObjects connection string parameter to false.

See Also