Share via


MembershipEntity.UserId Property

 

Gets or sets the entity user identifier.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

[KeyAttribute]
[ForeignKeyAttribute("User")]
public Guid UserId { get; set; }
public:
[KeyAttribute]
[ForeignKeyAttribute("User")]
property Guid UserId {
    Guid get();
    void set(Guid value);
}
[<KeyAttribute>]
[<ForeignKeyAttribute("User")>]
member UserId : Guid with get, set
<KeyAttribute>
<ForeignKeyAttribute("User")>
Public Property UserId As Guid

Property Value

Type: System.Guid

The entity user identifier.

See Also

MembershipEntity Class
System.Web.Providers.Entities Namespace
ASP.NET Identity

Return to top