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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies audio's musical key. Allowed values are: 'C', 'C#', 'D', 'D#', 'E', 'F', 'F#', 'G', 'G#', 'A', 'A#', 'B'.
    See Also