SPProviderHierarchyElement.ProviderName property

Gets or sets the name of the claims provider.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "PNm")> _
Public Overridable Property ProviderName As String
    Get
    Set
'Usage
Dim instance As SPProviderHierarchyElement
Dim value As String

value = instance.ProviderName

instance.ProviderName = value
[DataMemberAttribute(Name = "PNm")]
public virtual string ProviderName { get; set; }

Property value

Type: System.String
The String that contains the name of the claims provider.

Exceptions

Exception Condition
ArgumentNullException

ProviderName is a null reference (Nothing in Visual Basic).

Remarks

ProviderName must not be a null reference (Nothing in Visual Basic).

See also

Reference

SPProviderHierarchyElement class

SPProviderHierarchyElement members

Microsoft.SharePoint.WebControls namespace