True when this field is inherited from a super interface.

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

Syntax

C#
public bool Inherited { get; private set; }
Visual Basic
Public Property Inherited As Boolean
	Get
	Private Set
Visual C++
public:
property bool Inherited {
	bool get ();
	private: void set (bool value);
}

See Also