Library Commands Object Model Reference

SurveySubmissionCommand.SetAttributeValue Method 

Sets the value for the specified attribute, overwriting any value that may previously been set. This will fire a property change event named "AttributeValue".

public void SetAttributeValue(
   IQLAttribute attribute,
   string value
);

Parameters

attribute
value

See Also

SurveySubmissionCommand Class | Spss.Dimensions.Library.Commands Namespace