Share via


CertificateSettingSection.IsProvider Property

Gets or sets a value that indicates whether the current trust relationship is a service provider or consumer.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property IsProvider As Boolean
    Get
    Set
'Usage
Dim instance As CertificateSettingSection
Dim value As Boolean

value = instance.IsProvider

instance.IsProvider = value
public bool IsProvider { get; set; }

Property Value

Type: System.Boolean
true if the current trust relationship is a service provider; otherwise, false (the current trust relationship is a consumer).

See Also

Reference

CertificateSettingSection Class

CertificateSettingSection Members

Microsoft.SharePoint.WebControls Namespace