ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.Basic Namespace / ImGearBasicXMPMetadata Class / Label Property




In This Topic
    Label Property (ImGearBasicXMPMetadata)
    In This Topic
    Gets or sets Label property of the XMP Basic schema.
    Syntax
    'Declaration
     
    Public Property Label As ImGearXMPString
    'Usage
     
    Dim instance As ImGearBasicXMPMetadata
    Dim value As ImGearXMPString
     
    instance.Label = value
     
    value = instance.Label
    public ImGearXMPString Label {get; set;}
    public: __property ImGearXMPString* get_Label();
    public: __property void set_Label( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ Label {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies a word or short phrase that identifies a document as a member of a user-defined collection.
    See Also