Click or drag to resize
CustomField Class
Represents custom field (read only). It's legacy wrapper.
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class CustomField : CorrigoEntity

The CustomField type exposes the following members.

Properties
  NameDescription
Public propertyDescriptor
Gets custom field metadata
Public propertyObjectId
Object ID
Public propertyValue
Gets Custom Field value. Max Length=1024
Top
See Also