TrustedLocationCollection Constructor
Initializes a new instance of the TrustedLocationCollection class based on the specified persisted state.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub New ( _
parent As SPPersistedObject _
)
'Usage
Dim parent As SPPersistedObject
Dim instance As New TrustedLocationCollection(parent)
public TrustedLocationCollection(
SPPersistedObject parent
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.SPPersistedObjectThe persisted state of the object.
See Also
Reference
TrustedLocationCollection Class