LookupEntry.InternalName property
取得內部的查閱表格項目名稱。Reserved for internal use.。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public ReadOnly Property InternalName As String
Get
'用途
Dim instance As LookupEntry
Dim value As String
value = instance.InternalName
[RemoteAttribute]
public string InternalName { get; }
Property value
Type: System.String
項目的名稱。
備註
名稱是唯一的查閱表格項目,它通常是以陣列索引子運算子來查閱資料表中取得項目的值。