Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the computers on which to install an add-in.
Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure.BinaryFilter
Syntax
[DataContractAttribute(Name = "Filter", Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public class BinaryFilter
[DataContractAttribute(Name = "Filter", Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class BinaryFilter 
<DataContractAttribute(Name := "Filter", Namespace := "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")>
Public Class BinaryFilter
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | BinaryFilter() | Creates and initializes an instance of the BinaryFilter class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | IsLanguageFallback | Indicates whether the binary is to be used as the language fallback, if the operating system of the client computer does not. | 
| .jpeg) | Language | Gets and sets the supported languages. | 
| .jpeg) | MaxOSVersion | Gets and sets the maximum version number of the operating system that is supported, which includes the maximum version number. | 
| .jpeg) | MinOSVersion | Gets and sets the minimum version number of the operating system that is supported, which includes the minimum version number. | 
| .jpeg) | OSEdition | Gets and sets the editions of the operating system that are supported. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top