ImageGear .NET - Updated
WebStatement Property (ImGearRightsManagementXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.RightsManagement Namespace > ImGearRightsManagementXMPMetadata Class : WebStatement Property
Gets or sets WebStatement property of the XMP Rights Management schema. This XMP property specifies location of a web page describing the owner and/or rights statement for this resource.
Syntax
'Declaration
 
Public Property WebStatement As ImGearXMPString
'Usage
 
Dim instance As ImGearRightsManagementXMPMetadata
Dim value As ImGearXMPString
 
instance.WebStatement = value
 
value = instance.WebStatement
public ImGearXMPString WebStatement {get; set;}
public: __property ImGearXMPString* get_WebStatement();
public: __property void set_WebStatement( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ WebStatement {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearRightsManagementXMPMetadata Class
ImGearRightsManagementXMPMetadata Members