The method is used to set the plugin properties. The method throws an exception if the specified property does not exist, invalid value was specified or the specified property is read-only.
Syntax
[Visual Basic .NET]
Public Sub SetProperty( _
ByVal Name As String, _
ByVal Value As String _
) As
[C#]
public void SetProperty(
string Name,
string Value
);