ProfileManager::Provider Property
.NET Framework (current version)
Gets a reference to the default profile provider for the application.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.Profile::ProfileProvider^The default profile provider for the application.
| Exception | Condition |
|---|---|
| HttpException | An attempt was made to get the Provider property value without at least Medium permission. |
The Provider property enables you to reference the default profile provider for an application directly. This is commonly used to access custom members of the profile provider that are not part of the ProfileProvider abstract base class.
.NET Framework
Available since 2.0
Available since 2.0
Show: