This documentation is archived and is not being maintained.

ShelvesetUpdatedEventArgs::RemovedProperties Property

Gets the removed properties on the list.

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

public:
property List<String^>^ RemovedProperties {
	List<String^>^ get ();
	private: void set (List<String^>^ value);
}

Property Value

Type: System.Collections.Generic::List<String>
The removed properties on the list.

Show: