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