Share via


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)

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.

See also

Reference

OWSForm class

OWSForm members

Microsoft.SharePoint.WebControls namespace