IVsaItem.Name Property
Sets or gets the name of the item.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'إقرار
Property Name As String
Get
Set
'الاستخدام
Dim instance As IVsaItem
Dim value As String
value = instance.Name
instance.Name = value
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.