ImageGear .NET - Updated
Urgency Property (ImGearPhotoshopXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.Photoshop Namespace > ImGearPhotoshopXMPMetadata Class : Urgency Property
Gets or sets Urgency property of the Photoshop XMP schema.
Syntax
'Declaration
 
Public Property Urgency As ImGearXMPInteger
'Usage
 
Dim instance As ImGearPhotoshopXMPMetadata
Dim value As ImGearXMPInteger
 
instance.Urgency = value
 
value = instance.Urgency
public ImGearXMPInteger Urgency {get; set;}
public: __property ImGearXMPInteger* get_Urgency();
public: __property void set_Urgency( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ Urgency {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
Valid range is 1-8.
See Also

Reference

ImGearPhotoshopXMPMetadata Class
ImGearPhotoshopXMPMetadata Members