SPClickthroughUsageEntry.UserId-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft ab oder legt die eindeutige ID des Benutzers.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property UserId As String
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String
value = instance.UserId
instance.UserId = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public string UserId { get; set; }
Eigenschaftswert
Typ: System.String
Die eindeutige ID des Benutzers.
Hinweise
Für Microsoft SharePoint Server 2010 für Web Analytics ist der Name des Dienstkontos vom Identität aktuellen Benutzers abgerufen. Beispielsweise die System.Web.HTTPContext.Current.User.Identity.Name -Eigenschaft.
Siehe auch
Referenz
SPClickthroughUsageEntry Klasse