Dela via


VCCodeReference.Name Property

Not currently implemented.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
Default Property Name As String
'Usage
Dim instance As VCCodeReference 
Dim value As String 

value = instance

instance = value
string this { get; set; }
property String^ default {
    String^ get ();
    void set (String^ value);
}
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VCCodeReference Interface

VCCodeReference Members

Microsoft.VisualStudio.VCCodeModel Namespace