Share via


TrustedLocation.SiteCollectionGuid property

Gets or sets the GUID of the site collection.

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

Syntax

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

value = instance.SiteCollectionGuid

instance.SiteCollectionGuid = value
public Guid SiteCollectionGuid { get; set; }

Property value

Type: System.Guid
The GUID of the site collection.

See also

Reference

TrustedLocation class

TrustedLocation members

Microsoft.PerformancePoint.Scorecards namespace