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.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic PropertySetBase PropertySet { get; set; }
Property Value
Type:
PropertySetBase
See Also