Share via


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
System_CAPS_pubpropertySystem_CAPS_static AllClients

Specifies that the add-in must be installed on all client computers.

System_CAPS_pubpropertySystem_CAPS_static NoClients

Specifies that the add-in is not to be installed on client computers.

Methods

Name Description
System_CAPS_pubmethod CanInstallOn(String)

Indicates whether the add-in can be installed on the specified client computer.

System_CAPS_pubmethodSystem_CAPS_static CreateInstallToAllClientsExcept(IEnumerable<String>)

Specifies the client computers on which the add-in is not installed.

System_CAPS_pubmethodSystem_CAPS_static CreateInstallToSelectedClients(IEnumerable<String>)

Specifies the client computers on which to install the add-in.

System_CAPS_pubmethod Equals(Object)

Determines whether the current object is equal to the specified object.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Returns a hash code for the current object.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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