NamedCustomTypeDescriptor.CustomizePropertyDescriptor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::SqlServer::Management::UI::VSIntegration::CustomizePropertyDescriptorEventHandler ^ CustomizePropertyDescriptor { Microsoft::SqlServer::Management::UI::VSIntegration::CustomizePropertyDescriptorEventHandler ^ get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::CustomizePropertyDescriptorEventHandler ^ value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.CustomizePropertyDescriptorEventHandler CustomizePropertyDescriptor { get; set; }
member this.CustomizePropertyDescriptor : Microsoft.SqlServer.Management.UI.VSIntegration.CustomizePropertyDescriptorEventHandler with get, set
Public Property CustomizePropertyDescriptor As CustomizePropertyDescriptorEventHandler