BasePropertyValueLocation Property

The value (data) type or location of this property's value

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string ValueLocation { get; set; }

Property Value

String

Remarks

If not set, it uses the type or location in the DefaultValueLocation property and the Value property refers to the actual value. If set to something other than a data type, the Value property contains a pointer to the location of the actual value (i.e. a URL, content ID, etc). The value passed to the property is not case-sensitive.

If necessary, the encoding method is reset to an appropriate setting based on the new location/type (i.e. Base64 for binary, 7-bit for non-binary data, etc).

See Also