DataProvider.GetProperty(String) Method

Definition

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.

Applies to