Provider Property (SessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The Provider property contains the name of the database provider.
'Declaration
Public ReadOnly Property Provider As String
'Usage
Dim instance As SessionManager
Dim value As String
instance.Provider = value
value = instance.Provider
public string Provider {get;}