IVsaItem.Name Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Sets or gets the name of the item.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.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: System.String
Returns the string literal name of the item.

See Also

Reference

IVsaItem Interface

Microsoft.Vsa Namespace