Click or drag to resize

CustomField Class

Represents custom field (read only).
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesCustomField

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[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