CodeType.Name Property

Sets or gets the name of the CodeType object.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Default Property Name As String
string this { get; set; }
property String^ default {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)

Property Value

Type: System.String
A string representing the name of the CodeType object.

.NET Framework Security

See Also

Reference

CodeType Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples