ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearXMPResourceEvent Class / Parameters Property




In This Topic
    Parameters Property (ImGearXMPResourceEvent)
    In This Topic
    Gets or sets additional description of the action.
    Syntax
    'Declaration
     
    Public Property Parameters As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPResourceEvent
    Dim value As ImGearXMPString
     
    instance.Parameters = value
     
    value = instance.Parameters
    public ImGearXMPString Parameters {get; set;}
    public: __property ImGearXMPString* get_Parameters();
    public: __property void set_Parameters( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ Parameters {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

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