Compartir a través de


BinaryFilter.MinOSVersion Property

 

Gets and sets the minimum version number of the operating system that is supported, which includes the minimum version number.

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

Syntax

[DataMemberAttribute(Order = 1, IsRequired = false)]
public string MinOSVersion { get; set; }
public:
[DataMemberAttribute(Order = 1, IsRequired = false)]
property String^ MinOSVersion {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute(Order := 1, IsRequired := False)>
Public Property MinOSVersion As String

Property Value

Type: System.String

An instance of String that contains the version number.

Remarks

Only specify the version as [Major].[Minor].

See Also

BinaryFilter Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top