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

Gets or sets the The internal message ID.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
override 
string 
MsgId { 
get; 
set; }
Public 
Overrides 
Property 
MsgId 
As 
String
	
Get
	
Set
public:
virtual 
property 
String^ 
MsgId {
	
String^ 
get () 
override;
	
void 
set (
String^ 
value) 
override;
}

See Also