ImageGear .NET - Updated
ProvinceState Property (ImGearIPTC4XMPCoreMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : ProvinceState Property
Gets or sets Province-State property of the IPTC4XMPCORE XMP schema.
Syntax
'Declaration
 
Public Property ProvinceState As ImGearXMPString
'Usage
 
Dim instance As ImGearIPTC4XMPCoreMetadata
Dim value As ImGearXMPString
 
instance.ProvinceState = value
 
value = instance.ProvinceState
public ImGearXMPString ProvinceState {get; set;}
public: __property ImGearXMPString* get_ProvinceState();
public: __property void set_ProvinceState( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ ProvinceState {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property is a name of the subregion of a country - either called province or state or anything else - the content is focussing on - either the subregion shown in visual media or referenced by text or audio media. This element is at the second level of a top-down geographical hierarchy.
See Also

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members