VarFile.RecordId Property
Gets the message type ID for an implementing class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected abstract uint RecordId { get; }
protected:
property unsigned int RecordId {
virtual unsigned int get() abstract;
}
Protected MustOverride ReadOnly Property RecordId As UInteger
Property Value
Type: System.UInt32
See Also
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top