BinaryFilter.MaxOSVersion Property
Gets and sets the maximum version number of the operating system that is supported, which includes the maximum version number.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 2, IsRequired = false)]
public string MaxOSVersion { get; set; }
public:
[DataMemberAttribute(Order = 2, IsRequired = false)]
property String^ MaxOSVersion {
String^ get();
void set(String^ value);
}
<DataMemberAttribute(Order := 2, IsRequired := False)>
Public Property MaxOSVersion 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