Share via


PropertyInput Constructor (List)

Initializes a new instance of the PropertyInput class.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim activityProperties As List(Of DynamicActivityProperty)

Dim instance As New PropertyInput(activityProperties)

Syntax

'Declaration
Public Sub New ( _
    activityProperties As List(Of DynamicActivityProperty) _
)
public PropertyInput (
    List<DynamicActivityProperty> activityProperties
)
public:
PropertyInput (
    List<DynamicActivityProperty^>^ activityProperties
)
public PropertyInput (
    List<DynamicActivityProperty> activityProperties
)
public function PropertyInput (
    activityProperties : List<DynamicActivityProperty>
)

Parameters

  • activityProperties
    Specifies the properties.

Remarks

Platforms

See Also

Reference

PropertyInput Class
PropertyInput Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.