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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies log comments.
    See Also