LookupEntry.SortIndex property
取得或設定查閱資料表項目的索引編號。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property SortIndex As Decimal
Get
Set
'用途
Dim instance As LookupEntry
Dim value As Decimal
value = instance.SortIndex
instance.SortIndex = value
[RemoteAttribute]
public decimal SortIndex { get; set; }
Property value
Type: System.Decimal
查閱資料表的排序順序設定為UserDefined時,會使用SortIndex 。
備註
程式碼範例中,請參閱LookupEntry。