Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the filter that determines whether the add-in applies to a specified computer.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 5, IsRequired = false)]
public BinaryFilter Filter { get; set; }
public:
[DataMemberAttribute(Order = 5, IsRequired = false)]
property BinaryFilter^ Filter {
BinaryFilter^ get();
void set(BinaryFilter^ value);
}
<DataMemberAttribute(Order := 5, IsRequired := False)>
Public Property Filter As BinaryFilter
Property Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.BinaryFilter
An instance of BinaryFilter.
See Also
BinaryReference Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top