This documentation is archived and is not being maintained.

ShelvesetUpdatedEventArgs::Shelveset Property

Gets the specified Shelveset.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property Shelveset^ Shelveset {
	Shelveset^ get ();
	private: void set (Shelveset^ value);
}

Show: