ImageGear .NET - Updated
Name Property (ImGearXMPJob)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.BasicJobTicket Namespace > ImGearXMPJob Class : Name Property
Gets or sets informal name of the job. This name is for user display and informal systems.
Syntax
'Declaration
 
Public Property Name As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPJob
Dim value As ImGearXMPString
 
instance.Name = value
 
value = instance.Name
public ImGearXMPString Name {get; set;}
public: __property ImGearXMPString* get_Name();
public: __property void set_Name( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Name {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearXMPJob Class
ImGearXMPJob Members