ClientInstallFilter.CreateInstallToAllClientsExcept Method (IEnumerable<String>)
Specifies the client computers on which the add-in is not installed.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public static ClientInstallFilter CreateInstallToAllClientsExcept(
IEnumerable<string> clientMachineSids
)
public:
static ClientInstallFilter^ CreateInstallToAllClientsExcept(
IEnumerable<String^>^ clientMachineSids
)
Public Shared Function CreateInstallToAllClientsExcept (
clientMachineSids As IEnumerable(Of String)
) As ClientInstallFilter
Parameters
clientMachineSids
Type: System.Collections.Generic.IEnumerable<String>The identifiers (SID) of the client computers on which the add-in is not installed.
Return Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.ClientInstallFilter
An instance of ClientInstallFilter.
See Also
ClientInstallFilter Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top