In This Topic
Initializes a new instance of the
Label class with the specified key.
Syntax
'Declaration
Public Function New( _
ByVal As System.Guid _
)
public Label(
System.Guid
)
Parameters
- key
- The System.Guid value which should be used as label key.
See Also