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。