ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.RightsManagement Namespace / ImGearRightsManagementXMPMetadata Class / ProperName Property




In This Topic
ProperName Property
In This Topic
Gets or sets ProperName property of the XMP Rights Management schema.
Syntax
'Declaration
 
Public Property ProperName As ImGearXMPString
 
'Usage
 
Dim instance As ImGearRightsManagementXMPMetadata
Dim value As ImGearXMPString
 
instance.ProperName = value
 
value = instance.ProperName

Property Value

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