Share via


RepositoryLocation.IsValid method

Determines whether the ItemUrl property is null or empty or whether the object is a temporary object.

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

Syntax

'Declaration
Public Function IsValid As Boolean
'Usage
Dim instance As RepositoryLocation
Dim returnValue As Boolean

returnValue = instance.IsValid()
public bool IsValid()

Return value

Type: System.Boolean
true if the ItemUrl property is null or empty or whether the object is a temporary object; otherwise false.

Remarks

IsValid() does not validate the URL.

See also

Reference

RepositoryLocation class

RepositoryLocation members

Microsoft.PerformancePoint.Scorecards namespace