PackageInfo.UpdateType Property
Gets and sets the type of the update for the add-in package.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute]
public UpdateClassification UpdateType { get; set; }
public:
[DataMemberAttribute]
property UpdateClassification UpdateType {
UpdateClassification get();
void set(UpdateClassification value);
}
<DataMemberAttribute>
Public Property UpdateType As UpdateClassification
Property Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.UpdateClassification
An instance of UpdateClassification.
See Also
PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top