TrustedLocationCollection.ContainsSite method

Determines whether this collection contains a location with the specified site.

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

Syntax

'Declaration
Public Function ContainsSite ( _
    siteID As Guid _
) As Boolean
'Usage
Dim instance As TrustedLocationCollection
Dim siteID As Guid
Dim returnValue As Boolean

returnValue = instance.ContainsSite(siteID)
public bool ContainsSite(
    Guid siteID
)

Parameters

Return value

Type: System.Boolean
true if collection contains a location with the specified site; otherwise false.

See also

Reference

TrustedLocationCollection class

TrustedLocationCollection members

Microsoft.PerformancePoint.Scorecards namespace