TrustedLocationCollection class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of trusted locations.

This API is not CLS-compliant. 

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<TrustedLocation>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<TrustedLocation>
      Microsoft.PerformancePoint.Scorecards.TrustedLocationCollection

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

Syntax

'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(False)> _
Public Class TrustedLocationCollection _
    Inherits SPPersistedChildCollection(Of TrustedLocation)
'Usage
Dim instance As TrustedLocationCollection
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class TrustedLocationCollection : SPPersistedChildCollection<TrustedLocation>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TrustedLocationCollection members

Microsoft.PerformancePoint.Scorecards namespace