ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPMedia Class / Path Property




In This Topic
    Path Property (ImGearXMPMedia)
    In This Topic
    Gets or sets the location of the media.
    Syntax
    'Declaration
     
    Public Property Path As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPMedia
    Dim value As ImGearXMPString
     
    instance.Path = value
     
    value = instance.Path
    public ImGearXMPString Path {get; set;}
    public: __property ImGearXMPString* get_Path();
    public: __property void set_Path( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ Path {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    See Also