Share via


TrustedLocation.RepositoryLocationType property

Gets or sets the type of location: SiteCollection, Site, List, or DocumentLibrary.

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

Syntax

'Declaration
Public Property RepositoryLocationType As RepositoryLocationType
    Get
    Set
'Usage
Dim instance As TrustedLocation
Dim value As RepositoryLocationType

value = instance.RepositoryLocationType

instance.RepositoryLocationType = value
public RepositoryLocationType RepositoryLocationType { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationType
The type of location: SiteCollection, Site, List, or DocumentLibrary.

See also

Reference

TrustedLocation class

TrustedLocation members

Microsoft.PerformancePoint.Scorecards namespace