Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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