ListLocation.IsNullOrEmpty Method

Determines whether the specified list is null or empty.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function IsNullOrEmpty ( _
    location As ListLocation _
) As Boolean
'Usage
Dim location As ListLocation
Dim returnValue As Boolean

returnValue = ListLocation.IsNullOrEmpty(location)
public static bool IsNullOrEmpty(
    ListLocation location
)

Parameters

Return Value

Type: System.Boolean
true if the specified list is null or empty; otherwise false.

See Also

Reference

ListLocation Class

ListLocation Members

Microsoft.PerformancePoint.Scorecards Namespace