Partager via


PresentationMappingTemplateNested.CustomWebForm 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 custom web form for the current object.

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

Usage

'Usage
Dim instance As PresentationMappingTemplateNested
Dim value As CustomWebFormNested

value = instance.CustomWebForm

instance.CustomWebForm = value

Syntax

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

/** @property */
public void set_CustomWebForm (CustomWebFormNested value)
public function get CustomWebForm () : CustomWebFormNested

public function set CustomWebForm (value : CustomWebFormNested)

Property Value

The custom web formfor 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

PresentationMappingTemplateNested Class
PresentationMappingTemplateNested Members
Microsoft.EnterpriseManagement.Configuration.RequestOffering Namespace