VCRuntimeEnumProperty.Name Property

Gets or sets the name of the VCRuntimeEnumProperty object.

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

Syntax

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

Property Value

Type: String
The name of the VCRuntimeEnumProperty object.

.NET Framework Security

See Also

Reference

VCRuntimeEnumProperty Interface

Microsoft.VisualStudio.VCProjectEngine Namespace