IVsaItem.Name Property

Sets or gets the name of the item.

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

See Also

Reference

IVsaItem Interface

Microsoft.Vsa Namespace