ActivityManager.CurrentUserId Property
Gets the record identifier associated with the current user’s user profile.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentUserId As Long
Get
'Usage
Dim instance As ActivityManager
Dim value As Long
value = instance.CurrentUserId
public long CurrentUserId { get; }
Property Value
Type: System.Int64