RepositoryLocation.IsNullOrEmpty Method

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

Return Value

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

See Also

Reference

RepositoryLocation Class

RepositoryLocation Members

Microsoft.PerformancePoint.Scorecards Namespace