AppManWrapper.FindSelectedDt Method

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Uses the input parameter’s CI_UniqueID value to find the DeploymentType object in the deserialized application.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)

Usage

'Usage
Dim instance As AppManWrapper
Dim res As IResultObject
Dim returnValue As DeploymentType

returnValue = instance.FindSelectedDt(res)

Syntax

'Declaration
Public Function FindSelectedDt ( _
    res As IResultObject _
) As DeploymentType
public DeploymentType FindSelectedDt (
    IResultObject res
)
public:
DeploymentType^ FindSelectedDt (
    IResultObject^ res
)
public DeploymentType FindSelectedDt (
    IResultObject res
)
public function FindSelectedDt (
    res : IResultObject
) : DeploymentType

Parameters

  • res
    A DeplolymentType IResult object.

Return Value

Returns DeploymentType.

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 Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AppManWrapper Class
AppManWrapper Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace