ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIFAux Namespace / ImGearEXIFAuxXMPMetadata Class / SerialNumber Property




In This Topic
    SerialNumber Property
    In This Topic
    Gets or sets SerialNumber property of the EXIF Aux XMP schema.
    Syntax
    'Declaration
     
    Public Property SerialNumber As ImGearXMPString
    'Usage
     
    Dim instance As ImGearEXIFAuxXMPMetadata
    Dim value As ImGearXMPString
     
    instance.SerialNumber = value
     
    value = instance.SerialNumber
    public ImGearXMPString SerialNumber {get; set;}
    public: __property ImGearXMPString* get_SerialNumber();
    public: __property void set_SerialNumber( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ SerialNumber {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property represents serial number of the camera or camera body used to take the photograph.
    See Also