ClientInstallFilter Class

 

Specifies any client computers where the add-in must be installed.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

System::Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure::ClientInstallFilter

[DataContractAttribute(Namespace = "http://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class ClientInstallFilter 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticAllClients

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

System_CAPS_pubpropertySystem_CAPS_staticNoClients

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

NameDescription
System_CAPS_pubmethodCanInstallOn(String^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateInstallToAllClientsExcept(IEnumerable<String^>^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateInstallToSelectedClients(IEnumerable<String^>^)

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

System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of the current object(Overrides Object::ToString().)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: