IDomainSecuritySettings.SyncNtlmPassword 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? SyncNtlmPassword { 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.SyncNtlmPassword : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncNtlmPasswords> with get, set
Public Property SyncNtlmPassword As Nullable(Of SyncNtlmPasswords)

Property Value

Attributes

Applies to