ExcludesType.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.
The Bitmask property gets or sets a hexadecimal or decimal mask that is to be used during an Excludes restriction operation.
public:
property ExchangeWebServices::ExcludesValueType ^ Bitmask { ExchangeWebServices::ExcludesValueType ^ get(); void set(ExchangeWebServices::ExcludesValueType ^ value); };
public ExchangeWebServices.ExcludesValueType Bitmask { get; set; }
Public Property Bitmask As ExcludesValueType
Property Value
The Bitmask property returns an ExcludesValueType object that represents a bitmask.
Remarks
If the bitmask represents a hexadecimal number, it must be prefixed by 0x or 0X. Otherwise, it will be considered a decimal number.