Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the metadata for the add-in package.
Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute]
public Package Package { get; set; }
public:
[DataMemberAttribute]
property Package^ Package {
    Package^ get();
    void set(Package^ value);
}
<DataMemberAttribute>
Public Property Package As Package
Property Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.Package
An instance of Package.
See Also
PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top