Gets provider specifications.

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

Syntax

C#
public List<IApiLinqProviderSpecification> ProviderSpecifications { get; }
Visual Basic
Public ReadOnly Property ProviderSpecifications As List(Of IApiLinqProviderSpecification)
	Get
Visual C++
public:
property List<IApiLinqProviderSpecification^>^ ProviderSpecifications {
	List<IApiLinqProviderSpecification^>^ get ();
}
F#
member ProviderSpecifications : List<IApiLinqProviderSpecification> with get

Property Value

Type: List<(Of <(<'IApiLinqProviderSpecification>)>)>

See Also