ImageGear for .NET
Action Property




Gets or sets the action that occurred. See XMP specification for defined values and usage details.
Syntax
'Declaration
 
Public Property Action As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPResourceEvent
Dim value As ImGearXMPString
 
instance.Action = value
 
value = instance.Action
public ImGearXMPString Action {get; set;}
public: __property ImGearXMPString* get_Action();
public: __property void set_Action( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Action {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearXMPResourceEvent Class
ImGearXMPResourceEvent Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback