The method reads a value of the specified plugin property. The method throws an exception if the property does not exist.
[Visual Basic .NET] |
---|
Public Function GetProperty( _ ByVal Name As String _ ) As String |
[C#] |
---|
public string GetProperty( |
[Managed C++] |
---|
public: String __gc ^ GetProperty( |
[Java] |
---|
public String getProperty( |
[Unmanaged C++] |
---|
public: HRESULT GetProperty( |
- Name
- The name of the property to be read.