SPList.SchemaXmlInCurrentUICulture Property

Read-only property used to retrieve the current UI culture XML schema.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property SchemaXmlInCurrentUICulture As String
    Get
'Usage
Dim instance As SPList
Dim value As String

value = instance.SchemaXmlInCurrentUICulture
public string SchemaXmlInCurrentUICulture { get; }

Property Value

Type: System.String
A String representation of the schema.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace