Share via


SPSolutionLanguagePack.SolutionFile Property

Returns the file associated with the language pack.

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

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