DataViewBrowseObject.GetDefaultProperty 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 default property for the current browse object.
public:
virtual System::ComponentModel::PropertyDescriptor ^ GetDefaultProperty();
public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty ();
abstract member GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
override this.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
Public Overridable Function GetDefaultProperty () As PropertyDescriptor
Returns
Returns the default property for the current browse object, or null if there are no properties.