Click or drag to resize

SystemAddress Class

The System.Address properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemAddress

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Address

The SystemAddress type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCountry
The System.Address.Country property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Address_Country.
Public propertyStatic memberCountryCode
The System.Address.CountryCode property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Address_CountryCode.
Public propertyStatic memberRegion
The System.Address.Region property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Address_Region.
Public propertyStatic memberRegionCode
The System.Address.RegionCode property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Address_RegionCode.
Public propertyStatic memberTown
The System.Address.Town property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Address_Town.
Top
See Also