ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearXMPResourceReference Class / ManagerVariant Property




In This Topic
    ManagerVariant Property (ImGearXMPResourceReference)
    In This Topic
    Gets or sets the referenced resource's xmpMM: ManagerVariant.
    Syntax
    'Declaration
     
    Public Property ManagerVariant As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPResourceReference
    Dim value As ImGearXMPString
     
    instance.ManagerVariant = value
     
    value = instance.ManagerVariant
    public ImGearXMPString ManagerVariant {get; set;}
    public: __property ImGearXMPString* get_ManagerVariant();
    public: __property void set_ManagerVariant( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ ManagerVariant {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

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