Gets the current provider instance.

Namespace: MonoSoftware.MonoX.SubscribeEngine
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public SubscribeProviderBase Provider { get; }
Visual Basic
Public ReadOnly Property Provider As SubscribeProviderBase
	Get
Visual C++
public:
property SubscribeProviderBase^ Provider {
	SubscribeProviderBase^ get ();
}
F#
member Provider : SubscribeProviderBase with get

Property Value

Type: SubscribeProviderBase

See Also