OSEditions Enumeration
Indicates the edition of the operating system that applies to the add-in.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataContractAttribute]
[FlagsAttribute]
public enum OSEditions
[DataContractAttribute]
[FlagsAttribute]
public enum class OSEditions
<DataContractAttribute>
<FlagsAttribute>
Public Enumeration OSEditions
Members
Member name | Description | |
---|---|---|
Home | Indicates that the operating system is a Home edition. |
|
MediaCenter | Indicates that the edition of the operating system contains Windows Media Center. |
|
None | Indicates that the operating system is not on this list. |
|
NotSet | Indicates that the filter is not based on an operating system edition. |
|
Pro | Indicates that the operating system is a Professional edition. |
|
Starter | Indicates that the operating system is a Starter edition. |
See Also
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top