Suggestion.OwnerRecordId property

Gets the record identifier of the user profile at whom this suggestion is targeted.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property OwnerRecordId As Long
    Get
'Usage
Dim instance As Suggestion
Dim value As Long

value = instance.OwnerRecordId
public long OwnerRecordId { get; }

Property value

Type: System.Int64
Returns Int64.

See also

Reference

Suggestion class

Suggestion members

Microsoft.Office.Server.UserProfiles namespace