plugin_property_set Method
Sets a property on a plugin
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
NOTE: This call is deprecated and should not be used.
Syntax
C# |
public static void plugin_property_set( string plugid, string prop, string value) |
VB |
Public Shared Sub plugin_property_set ( plugid As String, prop As String, value As String) |
Parameters
plugid
Type: System.String
prop
Type: System.String
value
Type: System.String
See Also
functions Class
Scheduler Namespace