Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets Metadata EndPoint for the login provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MetadataEndPoint As Uri
Get
Set
'Usage
Dim instance As SPTrustedProviderBase
Dim value As Uri
value = instance.MetadataEndPoint
instance.MetadataEndPoint = value
public Uri MetadataEndPoint { get; set; }
Property value
Type: System.Uri