DistributionPublisher.TrustedDistributorConnection 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 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.