BinaryItem.Name Property
Gets the name of the item.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public string Name { get; }
public:
property String^ Name {
String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String
Property Value
Type: System.String
The name of the item.
See Also
BinaryItem Class
Microsoft.VisualStudio.Tools.Applications Namespace