ClientInstallFilter Class
Specifies any client computers where the add-in must be installed.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.AddinInfrastructure.ClientInstallFilter
Syntax
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public class ClientInstallFilter
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class ClientInstallFilter
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")>
Public Class ClientInstallFilter
Properties
Name | Description | |
---|---|---|
AllClients | Specifies that the add-in must be installed on all client computers. |
|
NoClients | Specifies that the add-in is not to be installed on client computers. |
Methods
Name | Description | |
---|---|---|
CanInstallOn(String) | Indicates whether the add-in can be installed on the specified client computer. |
|
CreateInstallToAllClientsExcept(IEnumerable<String>) | Specifies the client computers on which the add-in is not installed. |
|
CreateInstallToSelectedClients(IEnumerable<String>) | Specifies the client computers on which to install the add-in. |
|
Equals(Object) | Determines whether the current object is equal to the specified object.(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Returns a hash code for the current object.(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | Returns a string representation of the current object(Overrides Object.ToString().) |
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