PjMembershipUser.Comment 屬性
附註:此 API 目前已過時。
取得或設定使用者的文字資訊。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
<ObsoleteAttribute("in o15")> _
Public Property Comment As String
Get
Set
'用途
Dim instance As PjMembershipUser
Dim value As String
value = instance.Comment
instance.Comment = value
[ObsoleteAttribute("in o15")]
public string Comment { get; set; }