[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

If true, only readable characters will be output. Non-readable chars will be replaced with # in the dump.

Default is false.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
bool 
OnlyPrintReadable { 
get; 
set; }
Public 
Shared 
Property 
OnlyPrintReadable 
As 
Boolean
	
Get
	
Set
public:
static 
property 
bool 
OnlyPrintReadable {
	
bool 
get ();
	
void 
set (
bool 
value);
}

Field Value

If true, only readable characters will be output. Non-readable characters will be replace with '#' in the dump. Default is false which will print potentially unreadable characters as-is

See Also