ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearMediaManagementXMPMetadata Class / ManagerVariant Property




In This Topic
ManagerVariant Property (ImGearMediaManagementXMPMetadata)
In This Topic
Gets or sets ManagerVariant property of the Media Management XMP schema.
Syntax
'Declaration
 
Public Property ManagerVariant As ImGearXMPString
 
'Usage
 
Dim instance As ImGearMediaManagementXMPMetadata
Dim value As ImGearXMPString
 
instance.ManagerVariant = value
 
value = instance.ManagerVariant

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This property specifies a particular variant of the asset management system. The format of this property is private to the specific asset management system.
See Also