Share via


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)

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

SPUsageUserCodeRequestsEntry members

Microsoft.SharePoint.Administration namespace