_sSiteMetadata.UserProfileGUID field

A string representing the GUID of the user profile who owns the site.

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
Public UserProfileGUID As String
'Usage
Dim instance As _sSiteMetadata
Dim value As String

value = instance.UserProfileGUID

instance.UserProfileGUID = value
public string UserProfileGUID

Remarks

If the site is a personal site it MUST specify the GUID of the user profile who owns the site. Otherwise, it must be a null reference (Nothing in Visual Basic).

See also

Reference

_sSiteMetadata structure

_sSiteMetadata members

WebSvcSiteData namespace

SPUserToken