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

The topic ID. Can be text or a GUID.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)]
public 
string 
Id { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)> _
Public 
Property 
Id 
As 
String
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Recommended)]
public:
property 
String^ 
Id {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

See Also