SPProcessIdentity.IsCredentialDeploymentEnabled property

Gets or sets a Boolean value that specifies whether to enable credential deployment in the user interface (UI).

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

Syntax

'Declaration
Public Property IsCredentialDeploymentEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPProcessIdentity
Dim value As Boolean

value = instance.IsCredentialDeploymentEnabled

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

Property value

Type: System.Boolean
true to enable credential deployment; otherwise, false.

See also

Reference

SPProcessIdentity class

SPProcessIdentity members

Microsoft.SharePoint.Administration namespace