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

Gets the encoding for the payload. Default is UTF-16 (Unicode)

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Encoding 
PayloadEncoding { 
get; 
set; }
Public 
Property 
PayloadEncoding 
As 
Encoding
	
Get
	
Set
public:
property 
Encoding^ 
PayloadEncoding {
	
Encoding^ 
get ();
	
void 
set (
Encoding^ 
value);
}

See Also