The interface used for the data element. This is expected to be inpmelenting IData.

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

Syntax

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

See Also