3.1.5.92.1 Site Information Result Set

The Site Information Result Set MUST return one row if the site has unique permissions. The Site Information Result Set MUST return 0 rows if the site has no unique permissions.

      FullUrl                    nvarchar(256),
      Id                         uniqueidentifier,
      Title                      nvarchar(255);

FullUrl: The URL of the site specified by @WebId.

Id: The site identifier (section 2.2.1.11) of the site specified by @WebId.

Title: The title associated with the site specified by @WebId.