C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Label Class / Label Constructor / Label Constructor(Guid)
The System.Guid value which should be used as label key.

In This Topic
Label Constructor(Guid)
In This Topic
Initializes a new instance of the Label class with the specified key.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As System.Guid _
)
 

Parameters

key
The System.Guid value which should be used as label key.
Remarks
Use this constructor if your business logic requires setting custom key value. Make sure that you use the correct constructor overload (with integer or Guid key value) and that key value is unique.
See Also