RepositoryLocation.SPSiteCollectionId property

Gets the identifier of the site collection that contains the item.

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

Syntax

'Declaration
Public ReadOnly Property SPSiteCollectionId As Guid
    Get
'Usage
Dim instance As RepositoryLocation
Dim value As Guid

value = instance.SPSiteCollectionId
public Guid SPSiteCollectionId { get; }

Property value

Type: System.Guid
The identifier of the site collection that contains the item (content type).

See also

Reference

RepositoryLocation class

RepositoryLocation members

Microsoft.PerformancePoint.Scorecards namespace