Artifact.GetValue

Artifact.GetValue method

Gets custom value of artifact.

public string GetValue(string name)
ParameterTypeDescription
nameStringName of value.

Return Value

Value, or null if value does not exists.

See Also