Share via


Application.ApplicationId Property

 

Gets or sets the application ID.

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

Syntax

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

Property Value

Type: System.Guid

The application ID.

See Also

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

Return to top