PocketPlanner Programmer's Guide

InstantiateItemEventArgs.ClassId Property

See Also

Gets the class identifier of the item.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string ClassId { get; }

Visual Basic

Public ReadOnly Property ClassId As String

 Property Value

A string value representing the class identifier of the item, which should be created.

 See Also