Click or drag to resize
WebPictureMetaData Class
This class contains one piece of meta data about a picture.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebPictureMetaData

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebPictureMetaData : WebData

The WebPictureMetaData type exposes the following members.

Constructors
  NameDescription
Public methodWebPictureMetaData
Initializes a new instance of the WebPictureMetaData class
Top
Properties
  NameDescription
Public propertyHasPictureMetaDataId
If metadata has a specified id.
Public propertyName
Name for the metadata.
Public propertyPictureMetaDataId
Metadata id for the metadata.
Public propertyValue
Value of the metadata.
Top
See Also