Share via


SPProviderHierarchyElement.ProviderName Property

Gets or sets the name of the claims provider.

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

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