PocketPlanner Programmer's Guide

Resource.Id Property

See Also

Gets or sets the string identifier of this resource.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string Id { get; set; }

Visual Basic

Public Property Id As String

 Property Value

A string value identifying uniquely this resource instance.

 Remarks

If you need to change its value, make sure the identifier is always unique.

 See Also