XdsObjects Help file
XdsObjects Namespace / XdsSlot Class / AllValues Property



AllValues Property (XdsSlot)
Format all the contents of an XdsSlot for serialization.
Syntax
Public Property AllValues As String
Dim instance As XdsSlot
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 single string.

The format is set of lines, each containing a single entry.

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