Click or drag to resize

ProcedureTemplateStepAttrDescriptor Property

ID of the Asset Attribute Metadata record. This value is required when TypeID == ProcedureStepType.Attribute; 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 AttributeDescriptor AttrDescriptor { get; set; }

Property Value

Type: AttributeDescriptor
See Also