LookupEntry.SortIndex 屬性
取得或設定的查閱表格項目的索引編號。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<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; }
屬性值
類型:System.Decimal
查閱表格的排序順序設定為UserDefined時,會使用SortIndex 。
備註
程式碼範例,請參閱 < LookupEntry。