DataProvider.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 a generically known or DDEX provider-specific property.
public:
abstract System::Object ^ GetProperty(System::String ^ name);
public abstract object GetProperty (string name);
abstract member GetProperty : string -> obj
Public MustOverride Function GetProperty (name As String) As Object
Parameters
- name
- String
Name of the property to retrieve.
Returns
Returns a specified property.
Exceptions
The name
parameter is null.