ForEachLoop.HasExpressions Property

Definition

Gets a value that indicates whether the ForEachLoop object has expressions.

public:
 property bool HasExpressions { bool get(); };
public bool HasExpressions { get; }
member this.HasExpressions : bool
Public ReadOnly Property HasExpressions As Boolean

Property Value

True if the ForEachLoop object has expressions; otherwise, false.

Implements

Applies to