|
LabelCreate Method
|
Creates a new
Label instance.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.248-beta
Syntaxpublic static Label Create(
string label
)
Public Shared Function Create (
label As String
) As Label
public:
static Label^ Create(
String^ label
)
static member Create :
label : string -> Label
GSF.Web.Model.Label.Create = function(label);
View SourceParameters
- label String
- Label value.
Return Value
LabelNew
Label instance.
See Also