SPUsageUserCodeRequestsEntry.Tier Property
Gets or sets the name of the execution tier that is used to run the sandboxed solution request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Tier As String
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsEntry
Dim value As String
value = instance.Tier
instance.Tier = value
public string Tier { get; set; }
Property Value
Type: System.String
The name of the execution tier.
See Also
Reference
SPUsageUserCodeRequestsEntry Class