DataConnectionProperties.GetProperty(String) Method
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.
Retrieves the descriptor of a property with the specified property name.
protected:
System::ComponentModel::PropertyDescriptor ^ GetProperty(System::String ^ name);
protected System.ComponentModel.PropertyDescriptor GetProperty (string name);
member this.GetProperty : string -> System.ComponentModel.PropertyDescriptor
Protected Function GetProperty (name As String) As PropertyDescriptor
Parameters
- name
- String
The name of a property for which to retrieve the descriptor.
Returns
A descriptor of a property with the specified property name, or null if no property with the specified name is found.
Exceptions
The name
parameter is null.