Allows setting the device ID as either an integer value or an alias.

Namespace: Ico.Bacnet
Assembly: BacnetScheduleView (in BacnetScheduleView.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string DeviceIdString { get; set; }
Visual Basic
Public Property DeviceIdString As String
	Get
	Set
JScript
function get DeviceIdString () : String
function set DeviceIdString (value : String)

See Also