IDTSPackage100.CertificateObject Property

Definition

Gets or sets the certificate package for the package.

public:
 property System::Object ^ CertificateObject { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.InteropServices.DispId(55)]
public object CertificateObject { [System.Runtime.InteropServices.DispId(55)] get; [System.Runtime.InteropServices.DispId(55)] set; }
[<System.Runtime.InteropServices.DispId(55)>]
[<get: System.Runtime.InteropServices.DispId(55)>]
[<set: System.Runtime.InteropServices.DispId(55)>]
member this.CertificateObject : obj with get, set
Public Property CertificateObject As Object

Property Value

The certificate package for the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to