Partager via


ManagementPackReportParameterControlImplementation.Platform 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 platform (a Windows Form or Web Form) for the report control implementation.

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

Usage

'Usage
Dim instance As ManagementPackReportParameterControlImplementation
Dim value As ManagementPackReportPlatform

value = instance.Platform

instance.Platform = value

Syntax

'Declaration
Public Property Platform As ManagementPackReportPlatform
public ManagementPackReportPlatform Platform { get; set; }
public:
property ManagementPackReportPlatform Platform {
    ManagementPackReportPlatform get ();
    void set (ManagementPackReportPlatform value);
}
/** @property */
public ManagementPackReportPlatform get_Platform ()

/** @property */
public void set_Platform (ManagementPackReportPlatform value)
public function get Platform () : ManagementPackReportPlatform

public function set Platform (value : ManagementPackReportPlatform)

Property Value

Returns a ManagementPackReportPlatform value.

The platform used in the implementation of a report control.

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

ManagementPackReportParameterControlImplementation Class
ManagementPackReportParameterControlImplementation Members
Microsoft.EnterpriseManagement.Configuration Namespace