Click or drag to resize

ViewField Constructor (String)

Initializes a new ViewField instance.

Namespace:  Colygon.MatchPoint.Common.Caml
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public ViewField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Specifies the field name.
See Also