PocketPlanner Programmer's Guide

Resource.Name Property

See Also

Gets or sets the name of the resource.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string Name { get; set; }

Visual Basic

Public Property Name As String

 Property Value

A string containing the name of the resource. The default is an empty string.

 See Also