SPTrustedAuthenticationProvider.DisplayName property
取得是受信任驗證提供者的顯示名稱。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property DisplayName As String
Get
'用途
Dim instance As SPTrustedAuthenticationProvider
Dim value As String
value = instance.DisplayName
public override string DisplayName { get; }
Property value
Type: System.String
String 包含信任的驗證提供者的顯示名稱。
請參閱
參照
SPTrustedAuthenticationProvider class