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

Serial number for the message. Do not use for FSP messages.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Recommended, RangeMin = )]
public 
int 
SerialNumber { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Recommended, RangeMin := )> _
Public 
Property 
SerialNumber 
As 
Integer
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Recommended, RangeMin = )]
public:
property 
int 
SerialNumber {
	
int 
get ();
	
void 
set (
int 
value);
}

See Also