Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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