TrackingDataProperty.PropertyValue Property
Gets the property value.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyValue As Object
Get
'Usage
Dim instance As TrackingDataProperty
Dim value As Object
value = instance.PropertyValue
public Object PropertyValue { get; }
Property Value
Type: System.Object