OWSForm.FieldPrefix Property
NOTE: This API is now obsolete.
Gets or sets the string that identifies the application namespace for the form.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("This class has been deprecated.")> _
Public Property FieldPrefix As String
Get
Set
'Usage
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; }
Property Value
Type: System.String
A string that identifies the application namespace.
Remarks
The FieldPrefix property contains a value such as "urn:schemas-microsoft-com:office:office#", which specifies the Microsoft Office application namespace.