DdmMessageFile<T>.RecordId Property

 

Gets the message type ID for an implementing class.

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

Syntax

protected override uint RecordId { get; }
protected:
property unsigned int RecordId {
    virtual unsigned int get() override;
}
Protected Overrides ReadOnly Property RecordId As UInteger

Property Value

Type: System.UInt32

See Also

DdmMessageFile<T> Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace

Return to top