IDomainServiceProperties.DomainSecuritySettingSyncOnPremPassword Property

Definition

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

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

Property Value

Attributes

Applies to