命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property IsCredentialUpdateEnabled As Boolean
Get
Set
用法
Dim instance As SPProcessIdentity
Dim value As Boolean
value = instance.IsCredentialUpdateEnabled
instance.IsCredentialUpdateEnabled = value
public bool IsCredentialUpdateEnabled { get; set; }
属性值
类型:System.Boolean
true启用凭据更新 ;否则为false。