Click or drag to resize
Field Constructor
Constructs a Filed object

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public Field(
	Object value,
	FieldInfo fieldInfo
)

Parameters

value
Type: SystemObject
Value the field should be set to
fieldInfo
Type: Six.Sixp.ClientFieldInfo
A reference to a fieldInfo class that describes the field
See Also