IVsConnectedServiceProperties.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.
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.