Gets the extended status error code. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As SmsQueryException
Dim value As Long

value = instance.ExtendStatusErrorCode

Syntax

Visual Basic
Public ReadOnly Property ExtendStatusErrorCode As Long
C#
public long ExtendStatusErrorCode { get; }
C++
public:
property long long ExtendStatusErrorCode {
		long long get ();
}
J#
/** @property */
public long get_ExtendStatusErrorCode ()
JScript
public function get ExtendStatusErrorCode () : long

Property Value

Extended status error code.

Remarks

For more information about extended status error codes, see SMS_ExtendedStatus Class and About Configuration Manager Errors.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also