Share via


SPUsageUserCodeRequestsEntry.SolutionHash property

Gets or sets the hash of the sandboxed solution.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property SolutionHash As String
    Get
    Set
'Usage
Dim instance As SPUsageUserCodeRequestsEntry
Dim value As String

value = instance.SolutionHash

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

Property value

Type: System.String
The hash of the sandboxed solution.

Remarks

This value identifies different versions of a sandboxed solution within a site collection.

See also

Reference

SPUsageUserCodeRequestsEntry class

SPUsageUserCodeRequestsEntry members

Microsoft.SharePoint.Administration namespace