PackageRemote32Class.IDTSPackageSigning100_CheckSignatureOnLoad Property

Definition

Gets or sets a value that indicates whether the package checks the signature on loading.

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

Property Value

true if the package checks the signature on loading; otherwise, false.

Applies to