Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an identifier for this Entity object.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property Id As Long
Get
Set
'Usage
Dim instance As Entity
Dim value As Long
value = instance.Id
instance.Id = value
public long Id { get; set; }
Property Value
Type: System.Int64