Plugin SDK

plugin_property_get Method

Access a property in 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 string plugin_property_get( string plugid, string prop, ScriptArray scrparms)


VB

Public Shared Function plugin_property_get ( plugid As String, prop As String, scrparms As ScriptArray) As String


Parameters

plugid
Type: System.String
prop
Type: System.String
scrparms
Type: ScriptArray

Return Value

Type: StringReturns the property value

See Also

functions Class
Scheduler Namespace