SPMobileLinkNavigation.PageFileName 属性
获取移动网页或打开由控件的窗体的文件名称。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overridable ReadOnly Property PageFileName As String
Get
用法
Dim value As String
value = Me.PageFileName
protected virtual string PageFileName { get; }
属性值
类型:System.String
表示页或窗体的文件名String 。
备注
默认实现返回空字符串。