Share via


Reference.Name Property

 

Gets the value of the Name in Reference.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public string Name { get; private set; }
public:
property String^ Name {
    virtual String^ get() sealed;
    private: virtual void set(String^ value) sealed;
}
abstract Name : string with get, private set
override Name : string with get, private set
Public Property Name As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Returns String.

See Also

Reference Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top