CompareObjectCommand.SyncWindow 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.
public:
property int SyncWindow { int get(); void set(int value); };
public:
property int SyncWindow { int get(); void set(int value); };
public int SyncWindow { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int SyncWindow { get; set; }
member this.SyncWindow : int with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.SyncWindow : int with get, set
Public Property SyncWindow As Integer
Property Value
- Attributes