ClientInstallFilter.CreateInstallToSelectedClients Method (IEnumerable<String>)
Specifies the client computers on which to install the add-in.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public static ClientInstallFilter CreateInstallToSelectedClients(
IEnumerable<string> clientMachineSids
)
public:
static ClientInstallFilter^ CreateInstallToSelectedClients(
IEnumerable<String^>^ clientMachineSids
)
Public Shared Function CreateInstallToSelectedClients (
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 installed.
Return Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.ClientInstallFilter
An instance of ClientInstallFilter.
See Also
ClientInstallFilter Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top