IVsConnectedServiceProperties.GetProperty(String) Method

Definition

Gets the specified property.

public:
 System::String ^ GetProperty(System::String ^ szPropertyName);
public:
 Platform::String ^ GetProperty(Platform::String ^ szPropertyName);
std::wstring GetProperty(std::wstring const & szPropertyName);
public string GetProperty (string szPropertyName);
abstract member GetProperty : string -> string
Public Function GetProperty (szPropertyName As String) As String

Parameters

szPropertyName
String

The property name.

Returns

The value.

Applies to