AppManWrapper.InnerAppManObject Property

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.]

The inner result object that is wrapped.

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

Usage

'Usage
Dim instance As AppManWrapper
Dim value As NamedObject

value = instance.InnerAppManObject

instance.InnerAppManObject = value

Syntax

'Declaration
Public Property InnerAppManObject As NamedObject
public NamedObject InnerAppManObject { get; set; }
public:
property NamedObject^ InnerAppManObject {
    NamedObject^ get ();
    void set (NamedObject^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public NamedObject get_InnerAppManObject ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_InnerAppManObject (NamedObject value)
CompilerGeneratedAttribute 
public function get InnerAppManObject () : NamedObject

CompilerGeneratedAttribute 
public function set InnerAppManObject (value : NamedObject)

Property Value

Returns NamedObject.

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