Share via


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)

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