ImageGear .NET - Updated
TapeName Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : TapeName Property
Gets or sets TapeName property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property TapeName As ImGearXMPString
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.TapeName = value
 
value = instance.TapeName
public ImGearXMPString TapeName {get; set;}
public: __property ImGearXMPString* get_TapeName();
public: __property void set_TapeName( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ TapeName {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies name of the tape from which the clip was captured, as set during the capture process.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members