ProjectNode.getProjectClassName Method

Definition

Returns the name of the class corresponding to the classid of the project.

public:
 virtual System::String ^ getProjectClassName();
public virtual string getProjectClassName ();
abstract member getProjectClassName : unit -> string
override this.getProjectClassName : unit -> string
Public Overridable Function getProjectClassName () As String

Returns

The name of the class corresponding to the classid of the project.

Remarks

The setClassId method assigns a classid to the project.

Applies to