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

Extra data that is shared across wizards.

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

Usage

'Usage
Dim instance As AppManWrapper
Dim value As Dictionary(Of String, Object)

value = instance.AppData

Syntax

'Declaration
Public ReadOnly Property AppData As Dictionary(Of String, Object)
public Dictionary<string,Object> AppData { get; }
public:
property Dictionary<String^, Object^>^ AppData {
    Dictionary<String^, Object^>^ get ();
}
/** @property */
public Dictionary<String,Object> get_AppData ()
public function get AppData () : Dictionary<String,Object>

Property Value

Returns Dictionary.

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