Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
location
Type: Microsoft.PerformancePoint.Scorecards.ListLocationThe list location.
Return Value
Type: System.Boolean
true if the specified list is null or empty; otherwise false.