IDomainServiceProperties.FilteredSync Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enabled or Disabled flag to turn on Group-based filtered sync
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="Enabled or Disabled flag to turn on Group-based filtered sync", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync) }, ReadOnly=false, Required=false, SerializedName="filteredSync")]
public Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync? FilteredSync { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="Enabled or Disabled flag to turn on Group-based filtered sync", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync) }, ReadOnly=false, Required=false, SerializedName="filteredSync")>]
member this.FilteredSync : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.FilteredSync> with get, set
Public Property FilteredSync As Nullable(Of FilteredSync)
Property Value
- Attributes