IdentityProviderSettingSection.TrustedProviderNameArray Property
Gets or sets the persisted existing trusted provider names.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Property TrustedProviderNameArray As String()
Get
Set
'Usage
Dim value As String()
value = Me.TrustedProviderNameArray
Me.TrustedProviderNameArray = value
protected string[] TrustedProviderNameArray { get; set; }
Property Value
Type: []
The persisted existing trusted provider names.
See Also
Reference
IdentityProviderSettingSection Class