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
siteID
Type: System.GuidThe identifier of the site.
Return Value
Type: System.Boolean
true if collection contains a location with the specified site; otherwise false.
See Also
Reference
TrustedLocationCollection Class