White Papers

Version 1.3.3 19
Return code values for the SetAttribute() method are specified in Table 10 and parameters are specified
in Table 11. Invoking the SetAttribute( ) method multiple times can result in the earlier requests being
overwritten or lost.
Table 10DCIM_LCService.SetAttribute() Method: Return Code Values
Value Description
0 Request was successfully executed.
1 Method is unsupported.
2 Error occurred
Table 11DCIM_LCService.SetAttribute() Method: Parameters
Qualifiers Name Type Description/Values
IN, REQ
AttributeName string DCIM_LCAttribute.AttributeName
IN, REQ
AttributeValue string [ ] Pending or Current value to be set
OUT SetResult string
Invoking the SetAttribute may result in the
CurrentValue or PendingValue property
being set.
A value of “Set CurrentValue” means
CurrentValue property is set, and a value of
Set PendingValue” means PendingValue
property is set.
OUT RebootRequired string
A value ofYes” means a reboot is required
to set this value, and a value of “No” means
a reboot is not required to set this value
OUT MessageID string
Error Message ID- can be used to index into
Dell Message registry files
OUT Message string
Error Message in English corresponding to
MessageID is returned if the method fails to
execute
OUT MessageArguments string[]
Substitution variables for dynamic error
messages