OWSForm.FieldPrefix 属性

请注意:此 API 现在已过时。

获取或设置标识窗体应用程序命名空间的字符串。

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

语法

声明
<ObsoleteAttribute("This class has been deprecated.")> _
Public Property FieldPrefix As String
    Get
    Set
用法
Dim instance As OWSForm
Dim value As String

value = instance.FieldPrefix

instance.FieldPrefix = value
[ObsoleteAttribute("This class has been deprecated.")]
public string FieldPrefix { get; set; }

属性值

类型:System.String
一个字符串,标识应用程序命名空间。

备注

FieldPrefix属性包含一个值,例如"urn: 架构-microsoft-com:office:office#",它指定 Microsoft Office 应用程序命名空间。

另请参阅

引用

OWSForm 类

OWSForm 成员

Microsoft.SharePoint.WebControls 命名空间