TrackingDataProperty Constructor
Creates an instance.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
propertyValue As Object _
)
'Usage
Dim propertyName As String
Dim propertyValue As Object
Dim instance As New TrackingDataProperty(propertyName, _
propertyValue)
public TrackingDataProperty(
string propertyName,
Object propertyValue
)
Parameters
- propertyName
Type: System.String
Property name.
- propertyValue
Type: System.Object
Property value.