PropertyCollection.GetProperty 方法
取得具有指定的識別碼的屬性。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Function GetProperty ( _
winprojPropertyId As Integer _
) As Property
'用途
Dim instance As PropertyCollection
Dim winprojPropertyId As Integer
Dim returnValue As [Property]
returnValue = instance.GetProperty(winprojPropertyId)
public Property GetProperty(
int winprojPropertyId
)
參數
- winprojPropertyId
類型:System.Int32
傳回值
類型:Microsoft.Office.Project.Server.Library.Property
具有指定的識別碼的屬性。