Public Property AllValues As String
Dim instance As XdsInternationalString Dim value As String instance.AllValues = value value = instance.AllValues
public string AllValues {get; set;}
Public Property AllValues As String
Dim instance As XdsInternationalString Dim value As String instance.AllValues = value value = instance.AllValues
public string AllValues {get; set;}
This is a specialist property which is intended purely for serialization or with the Code First Entity Framework to allow the contents to be persisted to and restored from a simgle string.
The format is pairs of lines, the first of each being the "key" (language code), and the second being the "value" - the string in that language.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2