InstanceDependencyProperty.PropertyType Property
Gets the type of the value stored in the dependency property.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyType As Type
Get
'Usage
Dim instance As InstanceDependencyProperty
Dim value As Type
value = instance.PropertyType
public Type PropertyType { get; }
Property Value
Type: System.Type
See Also
Reference
InstanceDependencyProperty Class