Entity.GetProperty メソッド (String)
このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。
名前空間: Microsoft.Office.Project.Server.Library
アセンブリ: Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)
構文
'宣言
Public Function GetProperty ( _
name As String _
) As Property
'使用
Dim instance As Entity
Dim name As String
Dim returnValue As [Property]
returnValue = instance.GetProperty(name)
public Property GetProperty(
string name
)
パラメーター
- name
型: System.String
戻り値
型: Microsoft.Office.Project.Server.Library.Property