Entity.Id property
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