Gets or sets the string identifier of this resource.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string Id { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Id As String |
A string value identifying uniquely this resource instance.
RemarksIf you need to change its value, make sure the identifier is always unique.
See Also