PackageNeutralClass.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 object associated with the package.
public:
virtual property System::Object ^ CertificateObject { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object CertificateObject { get; set; }
member this.CertificateObject : obj with get, set
Public Overridable Property CertificateObject As Object
Property Value
The certificate object.
Implements
Remarks
For more information, see Package.