Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public string Condition { get; }
Visual Basic
Public ReadOnly Property Condition As String
	Get
Visual C++
public:
property String^ Condition {
	String^ get ();
}
F#
member Condition : string with get

Property Value

Type: String

See Also