SPUserCodeExecutionContext.SolutionValidatorsHash Property

Gets or sets a hash of the user-code validators that validated the user code.

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property SolutionValidatorsHash As String
    Get
    Set
'Usage
Dim instance As SPUserCodeExecutionContext
Dim value As String

value = instance.SolutionValidatorsHash

instance.SolutionValidatorsHash = value
public string SolutionValidatorsHash { get; set; }

Property Value

Type: System.String
The implementation-specific hash of the user-code validators that validated the user code.

Remarks

Full Trust permissions are required to set this property.

See Also

Reference

SPUserCodeExecutionContext Class

SPUserCodeExecutionContext Members

Microsoft.SharePoint.UserCode Namespace