Request.SiteId Property

Definition

Gets the site identifier for the current request.

public:
 property int SiteId { int get(); };
public int SiteId { get; }
member this.SiteId : int
Public ReadOnly Property SiteId As Integer

Property Value

The site identifier for the request.

Applies to