Package.ShowSupplementalNotice Property
Gets and sets a value that determines if the supplemental notice is shown.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 16, IsRequired = false)]
public bool ShowSupplementalNotice { get; set; }
public:
[DataMemberAttribute(Order = 16, IsRequired = false)]
property bool ShowSupplementalNotice {
bool get();
void set(bool value);
}
<DataMemberAttribute(Order := 16, IsRequired := False)>
Public Property ShowSupplementalNotice As Boolean
Property Value
Type: System.Boolean
true to show the supplemental notice; otherwise, false.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top