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

In This Topic
    Url Property
    In This Topic
    Gets or sets the URL of an ExactTarget instance for API UserNamePassword authentication.
    Syntax
    'Declaration
     
    Public Property Url As String
    public string Url {get; set;}

    Property Value

    The URL of an ExactTarget instance for API UserNamePassword authentication.
    Remarks
    By default the S1 Instance address is used: https://webservice.exacttarget.com/Service.asmx .
    See Also