Share via


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)

Syntax

'Declaration
Public Property RemovedProperties As List(Of String)
public List<string> RemovedProperties { get; private set; }
public:
property List<String^>^ RemovedProperties {
    List<String^>^ get ();
    private: void set (List<String^>^ value);
}
member RemovedProperties : List<string> with get, private set
function get RemovedProperties () : List<String>
private function set RemovedProperties (value : List<String>)

Property Value

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

.NET Framework Security

See Also

Reference

ShelvesetUpdatedEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace