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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.