Click or drag to resize

IDLabel Constructor

Creates a new IDLabel.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public IDLabel(
	string id,
	string label
)
View Source

Parameters

id  String
ID value.
label  String
Label value.
See Also