ClientInstallFilter.NoClients Property
Specifies that the add-in is not to be installed on client computers.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public static ClientInstallFilter NoClients { get; }
public:
property ClientInstallFilter^ NoClients {
static ClientInstallFilter^ get();
}
Public Shared ReadOnly Property NoClients As ClientInstallFilter
Property Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.ClientInstallFilter
An instance of ClientInstallFilter.
See Also
ClientInstallFilter Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top