Gets the "with" status for the selected result object. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim selectedResultObject As IResultObject

UtilityClass.GetWithStatus(selectedResultObject)

Syntax

Visual Basic
Public Shared Sub GetWithStatus ( _
		selectedResultObject As IResultObject _
)
C#
public static void GetWithStatus (
		IResultObject selectedResultObject
)
C++
public:
static void GetWithStatus (
		IResultObject^ selectedResultObject
)
J#
public static void GetWithStatus (
		IResultObject selectedResultObject
)
JScript
public static function GetWithStatus (
		selectedResultObject : IResultObject
)

Parameters

selectedResultObject

[in] IResultObject interface for the selected item.

Exceptions

Exception type Condition
ArgumentNullException

The selectedResultObject parameter cannot be null.

OperationCanceledException

The operation was canceled before it completed.

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