_sSiteMetadata.UserProfileGUID Field
A string representing the GUID of the user profile who owns the site.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
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).