LinkInfo.Name 屬性
取得或設定連結的名稱。
命名空間: System.Data.Services.Client
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
Public ReadOnly Property Name As String
Get
'用途
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
屬性值
型別:System.String
連結名稱。