Click or drag to resize

ProcedureTemplateStepFieldDescriptor Property

ID of the Custom Field Metadata record. This value is required when TypeID == ProcedureStepType.Field; otherwise not supported. It defines what data end user should provide when executing Procedure Step.

Namespace:  CorrigoService.Entities
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CustomFieldDescriptor FieldDescriptor { get; set; }

Property Value

Type: CustomFieldDescriptor
See Also