TrustedLocation class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a trusted location.

This API is not CLS-compliant. 

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.PerformancePoint.Scorecards.TrustedLocation

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

Syntax

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

Remarks

For more information about how trusted locations are used by PerformancePoint Services, see Enable trusted locations for PerformancePoint Services.

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

TrustedLocation members

Microsoft.PerformancePoint.Scorecards namespace