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)

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