BinaryFilter Class
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 | |
---|---|---|
BinaryFilter() | Creates and initializes an instance of the BinaryFilter class. |
Properties
Name | Description | |
---|---|---|
IsLanguageFallback | Indicates whether the binary is to be used as the language fallback, if the operating system of the client computer does not. |
|
Language | Gets and sets the supported languages. |
|
MaxOSVersion | Gets and sets the maximum version number of the operating system that is supported, which includes the maximum version number. |
|
MinOSVersion | Gets and sets the minimum version number of the operating system that is supported, which includes the minimum version number. |
|
OSEdition | Gets and sets the editions of the operating system that are supported. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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