IDTSPackage100.CertificateObject 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 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.