SPUserSettingsProvider.ProviderIdentifier property
Identifier of this provider.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ProviderIdentifier As Guid
Get
Friend Set
'Usage
Dim instance As SPUserSettingsProvider
Dim value As Guid
value = instance.ProviderIdentifier
public Guid ProviderIdentifier { get; internal set; }
Property value
Type: System.Guid