Gets or sets parent entity type.

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

Syntax

C#
public Type ParentEntityType { get; set; }
Visual Basic
Public Property ParentEntityType As Type
	Get
	Set
Visual C++
public:
property Type^ ParentEntityType {
	Type^ get ();
	void set (Type^ value);
}
F#
member ParentEntityType : Type with get, set

Property Value

Type: Type

See Also