QuickObjects.ObjectBase Send comments on this topic.
Enabled Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > Join Class : Enabled Property

Enabled

It holds a Boolean value. If the value is set to true then the GetJoinExpression will actually return the join expression String otherwise it wil return blank.


	myJoin.Enabled = false;
	

Syntax

C# 
public bool Enabled {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also