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.