Partager via


PackageInfo.Filter Property

 

Specifies the filter that lists the client computers on which the add-in must be installed.

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

Syntax

[DataMemberAttribute]
public ClientInstallFilter Filter { get; set; }
public:
[DataMemberAttribute]
property ClientInstallFilter^ Filter {
    ClientInstallFilter^ get();
    void set(ClientInstallFilter^ value);
}
<DataMemberAttribute>
Public Property Filter As ClientInstallFilter

Property Value

Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.ClientInstallFilter

An instance ofClientInstallFilter.

See Also

PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top