ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCObjectAttributeReference Structure / Name Field




In This Topic
    Name Field (ImGearIPTCObjectAttributeReference)
    In This Topic
    Object Attribute Name.
    Syntax
    'Declaration
     
    Public Name As String
    'Usage
     
    Dim instance As ImGearIPTCObjectAttributeReference
    Dim value As String
     
    value = instance.Name
     
    instance.Name = value
    public string Name
    public: string* Name
    public:
    String^ Name

    Field Value

    string value.
    Remarks
    This property contains an optional text representation of the Object Attribute Number.

    Contains a maximum of 64 bytes consisting of graphic characters plus spaces.

    See Also