SPView.ReadOnlyView 属性

获取一个布尔值,该值指示视图是否是只读的。

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

语法

声明
Public ReadOnly Property ReadOnlyView As Boolean
    Get
用法
Dim instance As SPView
Dim value As Boolean

value = instance.ReadOnlyView
public bool ReadOnlyView { get; }

属性值

类型:System.Boolean
true如果视图是只读的 ;否则为false。

另请参阅

引用

SPView 类

SPView 成员

Microsoft.SharePoint 命名空间