|
IDLabelCreate Method
|
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.248-beta
Syntaxpublic static IDLabel Create(
string id,
string label
)
Public Shared Function Create (
id As String,
label As String
) As IDLabel
public:
static IDLabel^ Create(
String^ id,
String^ label
)
static member Create :
id : string *
label : string -> IDLabel
GSF.Web.Model.IDLabel.Create = function(id, label);
View SourceParameters
- id String
- ID value.
- label String
- Label value.
Return Value
IDLabelNew
Label instance.
See Also