Share via


ManagementPackOverrideableParameter.ParameterType Property

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

'Usage
Dim instance As ManagementPackOverrideableParameter
Dim value As ManagementPackEntityPropertyTypes

value = instance.ParameterType

instance.ParameterType = value

Syntax

'Declaration
Public Property ParameterType As ManagementPackEntityPropertyTypes
public ManagementPackEntityPropertyTypes ParameterType { get; set; }
public:
property ManagementPackEntityPropertyTypes ParameterType {
    ManagementPackEntityPropertyTypes get ();
    void set (ManagementPackEntityPropertyTypes value);
}
/** @property */
public ManagementPackEntityPropertyTypes get_ParameterType ()

/** @property */
public void set_ParameterType (ManagementPackEntityPropertyTypes value)
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

Reference

ManagementPackOverrideableParameter Class
ManagementPackOverrideableParameter Members
Microsoft.EnterpriseManagement.Configuration Namespace

Send comments about this topic to Microsoft.