Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.