IDomainService.DomainSecuritySettingSyncNtlmPassword Property

Definition

A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.

[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords) }, ReadOnly=false, Required=false, SerializedName="syncNtlmPasswords")]
public Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords? DomainSecuritySettingSyncNtlmPassword { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not SyncNtlmPasswords is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords) }, ReadOnly=false, Required=false, SerializedName="syncNtlmPasswords")>]
member this.DomainSecuritySettingSyncNtlmPassword : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords> with get, set
Public Property DomainSecuritySettingSyncNtlmPassword As Nullable(Of SyncNtlmPasswords)

Property Value

Attributes

Applies to