Checks whether an item or resource type with the specified id is registered for serialization.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public static bool IsClassRegistered ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function IsClassRegistered( _ |
The string identifier of an item or resource class.
true if the specified class identifier is already registered; otherwise, false.
See Also