SmsStatusMessage.Win32ErrorCode Property

Gets or sets the Win32 error code to associate with the status message.

Namespace:   Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[StatusMessagePropertyAttribute]
public int Win32ErrorCode { get; set; }
public:
[StatusMessagePropertyAttribute]
property int Win32ErrorCode {
    int get();
    void set(int value);
}
<StatusMessagePropertyAttribute>
Public Property Win32ErrorCode As Integer

Property Value

Type: System.Int32

See Also

SmsStatusMessage Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top