Share via


MembershipEntity.ApplicationId Property

 

Gets or sets the application identifier.

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

Syntax

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

Property Value

Type: System.Guid

The application identifier.

See Also

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

Return to top