PackageNeutralClass.IDTSPackageSigning100_CheckSignatureOnLoad Property

Definition

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.

Remarks

For more information, see Package.

Applies to