TrustedLocation.SiteID Property
Gets or sets the site identifier.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Property SiteID As Guid
Get
Set
'Usage
Dim instance As TrustedLocation
Dim value As Guid
value = instance.SiteID
instance.SiteID = value
public Guid SiteID { get; set; }
Property Value
Type: System.Guid
The site identifier.