SPSolutionLanguagePack.SolutionFile property

Returns the file associated with the language pack.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property SolutionFile As SPPersistedFile
    Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As SPPersistedFile

value = instance.SolutionFile
public SPPersistedFile SolutionFile { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPPersistedFile
An SPPersistedFileobject that represents the solution file for the language pack.

See also

Reference

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Microsoft.SharePoint.Administration namespace