ClientInstallFilter.CanInstallOn Method (String)
Indicates whether the add-in can be installed on the specified client computer.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public bool CanInstallOn(
string clientMachineSid
)
public:
bool CanInstallOn(
String^ clientMachineSid
)
Public Function CanInstallOn (
clientMachineSid As String
) As Boolean
Parameters
clientMachineSid
Type: System.StringThe identifier (SID) of the client computer.
Return Value
Type: System.Boolean
If true, the add-in can be installed on the client computer; otherwise, false.
See Also
ClientInstallFilter Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top