Gets or sets the platform (a Windows Form or Web Form) for the report control implementation. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackReportParameterControlImplementation
Dim value As ManagementPackReportPlatform

value = instance.Platform

instance.Platform = value

Syntax

Visual Basic
Public Property Platform As ManagementPackReportPlatform
C#
public ManagementPackReportPlatform Platform { get; set; }
C++
public:
property ManagementPackReportPlatform Platform {
		ManagementPackReportPlatform get ();
		void set (ManagementPackReportPlatform value);
}
J#
/** @property */
public ManagementPackReportPlatform get_Platform ()

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

public function set Platform (value : ManagementPackReportPlatform)

Property Value

Returns a ManagementPackReportPlatform value.

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also