CompilationOptions.ScriptClassName Property

Definition

The full name of a global implicit class (script class). This class implicitly encapsulates top-level statements, type declarations, and member declarations. Could be a namespace qualified name.

public:  property System::String ^ ScriptClassName {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string ScriptClassName { get; protected set; }
public string? ScriptClassName { get; protected set; }
member this.ScriptClassName : string with get, set
Public Property ScriptClassName As String

Property Value

Applies to