Plugin SDK

device_prop Method

Calls a property on the device class
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)

Syntax

C#

public static string device_prop( string ref, string prop_name)


VB

Public Shared Function device_prop ( ref As String, prop_name As String) As String


Parameters

ref
Type: System.String
Device reference number
prop_name
Type: System.String
Name of property to call

Return Value

Type: StringProperty value as string

See Also

functions Class
Scheduler Namespace