WebPictureInformationRelations Property |
Relations that this picture has to other objects.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<WebPictureRelation> Relations { get; set; }
Public Property Relations As List(Of WebPictureRelation)
Get
Set
public:
property List<WebPictureRelation^>^ Relations {
List<WebPictureRelation^>^ get ();
void set (List<WebPictureRelation^>^ value);
}
member Relations : List<WebPictureRelation> with get, set
Property Value
Type:
ListWebPictureRelationSee Also