InstanceDependencyProperty.OwnerType Property
Gets the type that contains the dependency property.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property OwnerType As Type
Get
public Type OwnerType { get; }
public:
property Type^ OwnerType {
Type^ get ();
}