Condividi tramite


Proprietà LinkInfo.Name

Ottiene o imposta il nome del collegamento.

Spazio dei nomi  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String
    Get
'Utilizzo
Dim instance As LinkInfo
Dim value As String

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valore proprietà

Tipo: System.String
Nome del collegamento.

Vedere anche

Riferimento

LinkInfo Classe

Spazio dei nomi System.Data.Services.Client