DataBus::GetPropertyOwner Method (PropertyDescriptor^)

 

Returns an object that contains the property described by the specified property descriptor.

Namespace:   Microsoft.SqlServer.Management.Data
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public:
virtual Object^ GetPropertyOwner(
	PropertyDescriptor^ pd
) sealed

Parameters

pd
Type: System.ComponentModel::PropertyDescriptor^

A Property Descriptor that represents the property whose owner is to be found.

Return Value

Type: System::Object^

An object that represents the owner of the specified property.

Return to top
Show: