CompareObjectCommand.DifferenceObject 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 cli::array <System::Management::Automation::PSObject ^> ^ DifferenceObject { cli::array <System::Management::Automation::PSObject ^> ^ get(); void set(cli::array <System::Management::Automation::PSObject ^> ^ value); };
	public System.Management.Automation.PSObject[] DifferenceObject { get; set; }
	[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.Parameter(Mandatory=true, Position=1, ValueFromPipeline=true)]
public System.Management.Automation.PSObject[] DifferenceObject { get; set; }
	member this.DifferenceObject : System.Management.Automation.PSObject[] with get, set
	[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.Parameter(Mandatory=true, Position=1, ValueFromPipeline=true)>]
member this.DifferenceObject : System.Management.Automation.PSObject[] with get, set
	Public Property DifferenceObject As PSObject()
	Property Value
		PSObject[]
		
	
	
	- Attributes