Gets or sets the type of the parameter that is referred to using the selector. Only simple parameter types such as string or int can be overridden. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackOverrideableParameter
Dim value As ManagementPackEntityPropertyTypes

value = instance.ParameterType

instance.ParameterType = value

Syntax

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

/** @property */
public void set_ParameterType (ManagementPackEntityPropertyTypes value)
JScript
public function get ParameterType () : ManagementPackEntityPropertyTypes

public function set ParameterType (value : ManagementPackEntityPropertyTypes)

Property Value

A ManagementPackEntityPropertyTypes 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