Partager via


RunbookMapping.Mapping 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 mapping for the current object.

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

Usage

'Usage
Dim instance As RunbookMapping
Dim value As MappingNested

value = instance.Mapping

instance.Mapping = value

Syntax

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

/** @property */
public void set_Mapping (MappingNested value)
public function get Mapping () : MappingNested

public function set Mapping (value : MappingNested)

Property Value

The mapping 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 Server 2008,Windows Server 2003

See Also

Reference

RunbookMapping Class
RunbookMapping Members
Microsoft.EnterpriseManagement.Configuration Namespace