IWorkflowParameterValueBase.ParameterType 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 parameter type.
Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As IWorkflowParameterValueBase
Dim value As WorkflowParameterType
value = instance.ParameterType
instance.ParameterType = value
Syntax
'Declaration
Property ParameterType As WorkflowParameterType
WorkflowParameterType ParameterType { get; set; }
property WorkflowParameterType ParameterType {
WorkflowParameterType get ();
void set (WorkflowParameterType value);
}
/** @property */
WorkflowParameterType get_ParameterType ()
/** @property */
void set_ParameterType (WorkflowParameterType value)
function get ParameterType () : WorkflowParameterType
function set ParameterType (value : WorkflowParameterType)
Property Value
Returns WorkflowParameterType.
The parameter type.
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
IWorkflowParameterValueBase Interface
IWorkflowParameterValueBase Members
Microsoft.EnterpriseManagement.Subscriptions Namespace