FieldUser.AllowDisplay 属性

获取或设置一个值,该值指定是否在调查列表中显示用户姓名。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Property AllowDisplay As Boolean
    Get
    Set
用法
Dim instance As FieldUser
Dim value As Boolean

value = instance.AllowDisplay

instance.AllowDisplay = value
public bool AllowDisplay { get; set; }

属性值

类型:System.Boolean
返回Booleantrue调查列表中的用户的名称时要显示;否则为false。默认值

另请参阅

引用

FieldUser 类

FieldUser 成员

Microsoft.SharePoint.Client 命名空间