SPTrustedProviderBase.MetadataEndPoint property
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