Click or drag to resize
UpdateCommandEntity Property
Specifies an instance of a class derived from CorrigoEntity of a type that supports update. The instance has one or more property values set that are to be updated.

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CorrigoEntity Entity { get; set; }

Property Value

Type: CorrigoEntity
See Also