ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / ProjectRef Property




In This Topic
    ProjectRef Property
    In This Topic
    Gets or sets ProjectRef property of the Dynamic Media XMP schema.
    Syntax
    'Declaration
     
    Public Property ProjectRef As ImGearXMPProjectLink
    'Usage
     
    Dim instance As ImGearDynamicMediaXMPMetadata
    Dim value As ImGearXMPProjectLink
     
    instance.ProjectRef = value
     
    value = instance.ProjectRef
    public ImGearXMPProjectLink ProjectRef {get; set;}
    public: __property ImGearXMPProjectLink* get_ProjectRef();
    public: __property void set_ProjectRef( 
       ImGearXMPProjectLink* value
    );
    public:
    property ImGearXMPProjectLink^ ProjectRef {
       ImGearXMPProjectLink^ get();
       void set (    ImGearXMPProjectLink^ value);
    }

    Property Value

    ImGearXMPProjectLink class value.
    Remarks
    This XMP property specifies reference to the project that created this file.
    See Also