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)
Available in Sandboxed Solutions: No
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.