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)

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