PjMembershipUser.PasswordQuestion 属性

请注意:此 API 现在已过时。

获取或设置用户的密码提示问题。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
<ObsoleteAttribute("in o15")> _
Public Property PasswordQuestion As String
    Get
    Set
用法
Dim instance As PjMembershipUser
Dim value As String

value = instance.PasswordQuestion

instance.PasswordQuestion = value
[ObsoleteAttribute("in o15")]
public string PasswordQuestion { get; set; }

属性值

类型:System.String

实现

IPjMembershipUser.PasswordQuestion

另请参阅

引用

PjMembershipUser 类

PjMembershipUser 成员

Microsoft.Office.Project.Server.Library 命名空间