SPExternalApplicationSettings.Enabled property
Gets or sets a value that specifies whether an External Application Provider (EAP) is enabled for the SPWebService.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Enabled As Boolean
Get
Set
'Usage
Dim instance As SPExternalApplicationSettings
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
public bool Enabled { get; set; }
Property value
Type: System.Boolean
true if an EAP is enabled; otherwise, false.
Remarks
The EAP is specified in the Provider property.
See also
Reference
SPExternalApplicationSettings class