ProcedureTemplateStepTypeId Property |
Procedure Step Type;
Step type defines requirements and business rules for Procedure Template Step; it also defines rules for executing Procedure Step.
Defined once when Procedure Template Step is created and can’t be changed after that.
Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ProcedureStepType TypeId { get; set; }
Public Property TypeId As ProcedureStepType
Get
Set
No code example is currently available or this language may not be supported.
Property Value
ProcedureStepType
See Also