Partager via


RequestOffering.TargetTemplate 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 target template.

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

Usage

'Usage
Dim instance As RequestOffering
Dim value As ManagementPackElementReference(Of ManagementPackObjectTemplate)

value = instance.TargetTemplate

instance.TargetTemplate = value

Syntax

'Declaration
<FieldMappingAttribute("TargetTemplate")> _
Public Property TargetTemplate As ManagementPackElementReference(Of ManagementPackObjectTemplate)
[FieldMappingAttribute("TargetTemplate")] 
public ManagementPackElementReference<ManagementPackObjectTemplate> TargetTemplate { get; set; }
[FieldMappingAttribute(L"TargetTemplate")] 
public:
property ManagementPackElementReference<ManagementPackObjectTemplate^>^ TargetTemplate {
    ManagementPackElementReference<ManagementPackObjectTemplate^>^ get ();
    void set (ManagementPackElementReference<ManagementPackObjectTemplate^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackObjectTemplate> get_TargetTemplate ()

/** @property */
public void set_TargetTemplate (ManagementPackElementReference<ManagementPackObjectTemplate> value)
public function get TargetTemplate () : ManagementPackElementReference<ManagementPackObjectTemplate>

public function set TargetTemplate (value : ManagementPackElementReference<ManagementPackObjectTemplate>)

Property Value

The target template.

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

RequestOffering Class
RequestOffering Members
Microsoft.EnterpriseManagement.Configuration Namespace