VCRuntimeStringProperty.Name Property

Gets or sets the name of the VCRuntimeStringProperty object.

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

Syntax

'Declaration
Property Name As String
    Get
    Set
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: System.String
The name of the VCRuntimeStringProperty object.

Implements

VCRuntimeProperty.Name

.NET Framework Security

See Also

Reference

VCRuntimeStringProperty Interface

Name Overload

Microsoft.VisualStudio.VCProjectEngine Namespace