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.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<WebDataField> DataFields { get; set; }
Public Property DataFields As List(Of WebDataField)
Get
Set
public:
property List<WebDataField^>^ DataFields {
List<WebDataField^>^ get ();
void set (List<WebDataField^>^ value);
}
member DataFields : List<WebDataField> with get, set
Property Value
Type:
ListWebDataFieldSee Also