SPProcessIdentity.IsCredentialUpdateEnabled property

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

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

Syntax

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

value = instance.IsCredentialUpdateEnabled

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

Property value

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

See also

Reference

SPProcessIdentity class

SPProcessIdentity members

Microsoft.SharePoint.Administration namespace