Bagikan melalui


IVsConnectedServiceInstanceReference.Name Property

Gets the name.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.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: String
The name.

.NET Framework Security

See Also

Reference

IVsConnectedServiceInstanceReference Interface

Microsoft.VisualStudio.Shell.Interop Namespace