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.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CustomFieldDescriptor FieldDescriptor { get; set; }
Public Property FieldDescriptor As CustomFieldDescriptor
Get
Set
No code example is currently available or this language may not be supported.
Property Value
CustomFieldDescriptor
See Also