SearchFilter.ExcludesBitmask.Bitmask Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the bitmask to compare the property with.
public:
property int Bitmask { int get(); void set(int value); };
public int Bitmask { get; set; }
Public Property Bitmask As Integer
Property Value
The bitmap to compare the property with.