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)

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