Send.EndpointConfigurationName Property

Definition

Gets or sets the name of the endpoint configuration.

public:
 property System::String ^ EndpointConfigurationName { System::String ^ get(); void set(System::String ^ value); };
public string EndpointConfigurationName { get; set; }
member this.EndpointConfigurationName : string with get, set
Public Property EndpointConfigurationName As String

Property Value

The endpoint configuration name.

Remarks

This property is set when you are configuring an endpoint in a configuration file. This property should be set to the name given in the <endpoint> element in your configuration file. If this property is set, the Endpoint property should be null.

Applies to