ImageGear .NET v24.12 - Updated
Type Property (ImGearXMPProjectLink)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPProjectLink Class : Type Property
Gets or sets the file type. Allowed values are: "movie", "still", "audio", "custom".
Syntax
'Declaration
 
Public Property Type As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPProjectLink
Dim value As ImGearXMPString
 
instance.Type = value
 
value = instance.Type
public ImGearXMPString Type {get; set;}
public: __property ImGearXMPString* get_Type();
public: __property void set_Type( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Type {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearXMPProjectLink Class
ImGearXMPProjectLink Members