StatusMessageFile.Win32Error Property
Gets or sets the Win32 error. This value can be 0.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public uint Win32Error { get; set; }
public:
property unsigned int Win32Error {
unsigned int get();
void set(unsigned int value);
}
Public Property Win32Error As UInteger
Property Value
Type: System.UInt32
See Also
StatusMessageFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top