Partager via


MappingNested.Data Property

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

Gets or sets the data for the current object.

Namespace: Microsoft.EnterpriseManagement.Configuration.RunbookMapping
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As MappingNested
Dim value As DataNested

value = instance.Data

instance.Data = value

Syntax

'Declaration
<FieldMappingAttribute("Data")> _
Public Property Data As DataNested
[FieldMappingAttribute("Data")] 
public DataNested Data { get; set; }
[FieldMappingAttribute(L"Data")] 
public:
property DataNested^ Data {
    DataNested^ get ();
    void set (DataNested^ value);
}
/** @property */
public DataNested get_Data ()

/** @property */
public void set_Data (DataNested value)
public function get Data () : DataNested

public function set Data (value : DataNested)

Property Value

The data for the current object.

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

Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP

See Also

Reference

MappingNested Class
MappingNested Members
Microsoft.EnterpriseManagement.Configuration.RunbookMapping Namespace