Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the serial number for the message. Do not use for fallback status point (FSP) messages.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Recommended,
RangeMin = 0)]
public int SerialNumber { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended,
RangeMin = 0)]
property int SerialNumber {
int get();
void set(int value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended,
RangeMin := 0)>
Public Property SerialNumber As Integer
Property Value
Type: System.Int32
See Also
StateMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top