Information about the changeset that has not been merged.
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property Changeset As Changeset
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public Changeset Changeset { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property Changeset^ Changeset {
    Changeset^ get ();
    void set (Changeset^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member Changeset : Changeset with get, set
function get Changeset () : Changeset 
function set Changeset (value : Changeset)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.Changeset
Returns Changeset.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.