Gets or sets the name of the resource.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string Name { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Name As String |
A string containing the name of the resource. The default is an empty string.
See Also