Click or drag to resize
Field Structure
Holds a field value and information about the field

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
[SerializableAttribute]
public struct Field

The Field type exposes the following members.

Constructors
  NameDescription
Public methodField
Constructs a Filed object
Top
Properties
  NameDescription
Public propertyFieldInfo
Field information (from the fieldset), see FieldInfo
Public propertyValue
Value.
Top
Methods
See Also