PackageInfo.Install Property
Indicates whether the add-in package must be installed.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute]
public bool Install { get; set; }
public:
[DataMemberAttribute]
property bool Install {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property Install As Boolean
Property Value
Type: System.Boolean
If true, the add-in package must be installed; otherwise, false.
See Also
PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top