RoleEntity.Application Property
Gets or sets the application associated with the provider.
Namespace: System.Web.Providers.Entities
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Syntax
public virtual Application Application { get; set; }
public:
property Application^ Application {
virtual Application^ get();
virtual void set(Application^ value);
}
abstract Application : Application with get, set
override Application : Application with get, set
Public Overridable Property Application As Application
Property Value
Type: System.Web.Providers.Entities.Application
The application associated with the provider.
See Also
RoleEntity Class
System.Web.Providers.Entities Namespace
ASP.NET Identity
Return to top