Share via


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
public Type PropertyType { get; }
public:
property Type^ PropertyType {
    Type^ get ();
}

See Also

InstanceDependencyProperty Class

Microsoft.Rtc.Workflow.Activities Namespace