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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies name of the album.
    See Also