SPTrustedProviderBase.MetadataEndPoint property
取得或設定中繼資料端點的登入提供者。
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MetadataEndPoint As Uri
Get
Set
'用途
Dim instance As SPTrustedProviderBase
Dim value As Uri
value = instance.MetadataEndPoint
instance.MetadataEndPoint = value
public Uri MetadataEndPoint { get; set; }
Property value
Type: System.Uri