Compartir a través de


BinaryFilter.OSEdition Property

 

Gets and sets the editions of the operating system that are supported.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

[DataMemberAttribute(Order = 3, IsRequired = false)]
public OSEditions OSEdition { get; set; }
public:
[DataMemberAttribute(Order = 3, IsRequired = false)]
property OSEditions OSEdition {
    OSEditions get();
    void set(OSEditions value);
}
<DataMemberAttribute(Order := 3, IsRequired := False)>
Public Property OSEdition As OSEditions

Property Value

Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.OSEditions

An instance of OSEditions.

See Also

BinaryFilter Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top