Click or drag to resize
WebDataDataFields Property
This property can be used to handle an arbitrary set of data. Example on usage of this property: Data type may handle a flexible set of data fields or additional new data should be handled by a data type but you may want to avoid breaking the web service contract.

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public List<WebDataField> DataFields { get; set; }

Property Value

Type: ListWebDataField
See Also