Share via


SPFeatureDefinition.UIVersion Property

Gets the version of the user interface in which this feature should be listed.

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

Syntax

'Declaration
Public ReadOnly Property UIVersion As String
    Get
'Usage
Dim instance As SPFeatureDefinition
Dim value As String

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

Property Value

Type: System.String
The version of the user interface in which this feature should be listed.

See Also

Reference

SPFeatureDefinition Class

SPFeatureDefinition Members

Microsoft.SharePoint.Administration Namespace