DataViewBrowseObject.SetDefaultProperty(PropertyDescriptor) 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.
Sets the default property for the current browse object.
public:
void SetDefaultProperty(System::ComponentModel::PropertyDescriptor ^ value);
public void SetDefaultProperty (System.ComponentModel.PropertyDescriptor value);
member this.SetDefaultProperty : System.ComponentModel.PropertyDescriptor -> unit
Public Sub SetDefaultProperty (value As PropertyDescriptor)
Parameters
- value
- PropertyDescriptor
A PropertyDescriptor object to set as the default property.