Name of the data provider responsible for the data element.

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public string ProviderName { get; internal set; }
Visual Basic
Public Property ProviderName As String
	Get
	Friend Set
Visual C++
public:
property String^ ProviderName {
	String^ get ();
	internal: void set (String^ value);
}

See Also