ListLocation.IsNullOrEmpty - Méthode

Détermine si la liste spécifiée est null ou vide.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Shared Function IsNullOrEmpty ( _
    location As ListLocation _
) As Boolean
'Utilisation
Dim location As ListLocation
Dim returnValue As Boolean

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

Paramètres

Valeur renvoyée

Type : System.Boolean
true si la liste spécifiée est null ou vide ; dans le cas contraire false.

Voir aussi

Référence

ListLocation classe

ListLocation - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms