Share via


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.

See also

Reference

TrustedLocation class

TrustedLocation members

Microsoft.PerformancePoint.Scorecards namespace