EntryPoint.ClassName Property (2003 System)

Gets the name of the class that is invoked when the Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0) solution runs.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
Public Property ClassName As String
'Usage
Dim instance As EntryPoint
Dim value As String

value = instance.ClassName

instance.ClassName = value
public string ClassName { get; set; }

Property Value

Type: System.String
The name of the class that is invoked when the Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0) solution runs.

Remarks

This property specifies the namespace and the class, separated by a period (.). An example of a valid property value is ExcelWorkbook1.Sheet1.

Permissions

See Also

Reference

EntryPoint Class

EntryPoint Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace