ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Relation Property




In This Topic
    Relation Property
    In This Topic
    Gets or sets Relation property of the XMP Dublin Core schema.
    Syntax
    'Declaration
     
    Public Property Relation As ImGearXMPBag(Of ImGearXMPString)
    'Usage
     
    Dim instance As ImGearDublinCoreXMPMetadata
    Dim value As ImGearXMPBag(Of ImGearXMPString)
     
    instance.Relation = value
     
    value = instance.Relation
    public ImGearXMPBag<ImGearXMPString> Relation {get; set;}
    public: __property ImGearXMPBag<ImGearXMPString*>* get_Relation();
    public: __property void set_Relation( 
       ImGearXMPBag<ImGearXMPString*>* value
    );
    public:
    property ImGearXMPBag<ImGearXMPString^>^ Relation {
       ImGearXMPBag<ImGearXMPString^>^ get();
       void set (    ImGearXMPBag<ImGearXMPString^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
    Remarks
    This XMP property specifies relationships to other documents.
    See Also