SPTrustedLoginProvider.ProviderUri Property

Gets or sets the URI that represents the login endpoint for the login provider.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ProviderUri As Uri
    Get
    Set
'Usage
Dim instance As SPTrustedLoginProvider
Dim value As Uri

value = instance.ProviderUri

instance.ProviderUri = value
public Uri ProviderUri { get; set; }

Property Value

Type: System.Uri
A URI that represents the login endpoint for the login provider.

Exceptions

Exception Condition
ArgumentNullException

The value is a null reference (Nothing in Visual Basic).

See Also

Reference

SPTrustedLoginProvider Class

SPTrustedLoginProvider Members

Microsoft.SharePoint.Administration.Claims Namespace