IPvxAddress.BitwiseOr Method (IPvxAddress)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function BitwiseOr ( _
mask As IPvxAddress _
) As IPvxAddress
'Usage
Dim instance As IPvxAddress
Dim mask As IPvxAddress
Dim returnValue As IPvxAddress
returnValue = instance.BitwiseOr(mask)
public IPvxAddress BitwiseOr(
IPvxAddress mask
)
Parameters
- mask
Type: Microsoft.Exchange.Data.IPvxAddress