Artifact.SetValue

Artifact.SetValue method

Sets custom value of artifact.

public void SetValue(string name, string value)
ParameterTypeDescription
nameStringName of custom value.
valueStringCustom value in the artifact.

See Also