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 location 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 RepositoryLocation _
) As Boolean
'Usage
Dim location As RepositoryLocation
Dim returnValue As Boolean
returnValue = RepositoryLocation.IsNullOrEmpty(location)
public static bool IsNullOrEmpty(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the object in the repository.
Return Value
Type: System.Boolean
true if the location is null or empty; otherwise false.