共用方式為


SPTrustedProviderBase.Description property

取得或設定信任的提供者的描述。

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

Syntax

'宣告
Public Property Description As String
    Get
    Set
'用途
Dim instance As SPTrustedProviderBase
Dim value As String

value = instance.Description

instance.Description = value
public string Description { get; set; }

Property value

Type: System.String
String 包含受信任的提供者的描述。

請參閱

參照

SPTrustedProviderBase class

SPTrustedProviderBase members

Microsoft.SharePoint.Administration.Claims namespace