Click or drag to resize
UpdateCommand.PropertySet Property
Specifies the set of properties to update. Passing a null value will lead to error. To update all properties, pass a new instance of the AllProperties class.

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

Property Value

Type: PropertySetBase
See Also