DistributionPublisher.TrustedDistributorConnection Property

Definition

Gets or sets a value that indicates whether the distributor connection is trusted.

public:
 property bool TrustedDistributorConnection { bool get(); void set(bool value); };
public bool TrustedDistributorConnection { get; set; }
member this.TrustedDistributorConnection : bool with get, set
Public Property TrustedDistributorConnection As Boolean

Property Value

true if the distributor connection is trusted; otherwise, false.

Remarks

The TrustedDistributorConnection property has been deprecated. Setting it to anything but false results in an error.

Applies to