SPMobileComponent.MobileDefaultViewUrl 属性

获取或设置当SPMobileComponent表示列表的默认移动视图的 URL。

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

语法

声明
Public Property MobileDefaultViewUrl As String
    Get
    Set
用法
Dim instance As SPMobileComponent
Dim value As String

value = instance.MobileDefaultViewUrl

instance.MobileDefaultViewUrl = value
public string MobileDefaultViewUrl { get; set; }

属性值

类型:System.String
默认移动视图的列表的 URL。

备注

此属性的值始终是SPList.MobileDefaultViewUrl属性的值相同。

另请参阅

引用

SPMobileComponent 类

SPMobileComponent 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间