SPList.ShowUser property
取得或設定一個Boolean值,指定使用者名稱是否要顯示在問卷的結果。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ShowUser As Boolean
Get
Set
'用途
Dim instance As SPList
Dim value As Boolean
value = instance.ShowUser
instance.ShowUser = value
public bool ShowUser { get; set; }
Property value
Type: System.Boolean
true顯示使用者名稱 ; 如果否則,請false。