Share via


MultiValuedPropertyBase.IsNullOrEmpty method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Function IsNullOrEmpty ( _
    property As MultiValuedPropertyBase _
) As Boolean
'Usage
Dim property As MultiValuedPropertyBase
Dim returnValue As Boolean

returnValue = MultiValuedPropertyBase.IsNullOrEmpty(property)
public static bool IsNullOrEmpty(
    MultiValuedPropertyBase property
)

Parameters

Return value

Type: System.Boolean
Returns Boolean.

See also

Reference

MultiValuedPropertyBase class

MultiValuedPropertyBase members

Microsoft.Exchange.Data namespace