XdsObjects Help file
XdsObjects Namespace / XdsInternationalString Class / AllValues Property



In This Topic
    AllValues Property (XdsInternationalString)
    In This Topic
    Format all the contents of an XdsInternationalString for serialization.
    Syntax
    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 String^ AllValues {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    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.

    Requirements

    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

    See Also