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.