ImageGear .NET - Updated
DocumentID Property (ImGearMediaManagementXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MediaManagement Namespace > ImGearMediaManagementXMPMetadata Class : DocumentID Property
Gets or sets DocumentID property of the Media Management XMP schema.
Syntax
'Declaration
 
Public Property DocumentID As ImGearXMPString
'Usage
 
Dim instance As ImGearMediaManagementXMPMetadata
Dim value As ImGearXMPString
 
instance.DocumentID = value
 
value = instance.DocumentID
public ImGearXMPString DocumentID {get; set;}
public: __property ImGearXMPString* get_DocumentID();
public: __property void set_DocumentID( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ DocumentID {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This property specifies common identifier for all versions and renditions of a document.
See Also

Reference

ImGearMediaManagementXMPMetadata Class
ImGearMediaManagementXMPMetadata Members