Share via


IVsDataProvider.GetProperty(String) Method

Definition

Gets a registered property of the DDEX provider.

public:
 System::Object ^ GetProperty(System::String ^ name);
public object GetProperty (string name);
abstract member GetProperty : string -> obj
Public Function GetProperty (name As String) As Object

Parameters

name
String

The name of the property to retrieve.

Returns

The value of the property, if exists; otherwise, null.

Exceptions

The name parameter is null.

Applies to