SPUsageUserCodeRequestsMonitoredDataEntry.SolutionHash Property
Gets or sets the hash of the sandboxed solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property SolutionHash As String
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
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.
See Also
Reference
SPUsageUserCodeRequestsMonitoredDataEntry Class