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

Message type ID for an implementing class

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

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
abstract 
uint 
RecordId { 
get; }
Protected 
MustOverride 
ReadOnly 
Property 
RecordId 
As 
UInteger
	
Get
protected:
virtual 
property 
unsigned int 
RecordId {
	
unsigned int 
get () 
abstract;
}

See Also