SPUserCodeProvider.ProviderId Property

Class-specific identifier for this provider.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property ProviderId As Guid
    Get
'Usage
Dim instance As SPUserCodeProvider
Dim value As Guid

value = instance.ProviderId
public Guid ProviderId { get; }

Property Value

Type: System.Guid
Returns Guid.

See Also

Reference

SPUserCodeProvider Class

SPUserCodeProvider Members

Microsoft.SharePoint.Administration Namespace