Share via


SPSolutionLanguagePack.ContainsCasPolicy Property

Checks to determine whether the language pack contains a code-access security (CAS) policy file.

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

Syntax

'Declaration
Public ReadOnly Property ContainsCasPolicy As Boolean
    Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Boolean

value = instance.ContainsCasPolicy
public bool ContainsCasPolicy { get; }

Property Value

Type: System.Boolean
Returns true if the language pack contains a code-access security (CAS) file; otherwise returns false.

See Also

Reference

SPSolutionLanguagePack Class

SPSolutionLanguagePack Members

Microsoft.SharePoint.Administration Namespace