ChangeEntry.UserId Property

Gets or sets the user id.

Namespace:  Microsoft.AspNet.Mvc.Facebook.Models
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

Syntax

'Declaration
<JsonPropertyAttribute("UId")> _
Public Property UserId As Long 
    Get 
    Set
'Usage
Dim instance As ChangeEntry 
Dim value As Long 

value = instance.UserId

instance.UserId = value
[JsonPropertyAttribute("UId")]
public long UserId { get; set; }
[JsonPropertyAttribute(L"UId")]
public:
property long long UserId {
    long long get ();
    void set (long long value);
}
[<JsonPropertyAttribute("UId")>]
member UserId : int64 with get, set
function get UserId () : long 
function set UserId (value : long)

Property Value

Type: System.Int64

See Also

Reference

ChangeEntry Class

Microsoft.AspNet.Mvc.Facebook.Models Namespace