This documentation is archived and is not being maintained.

PropertyChangeEventArgs::Ids Property

Gets the collection of artifacts that had property changes.

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

public:
property array<String^>^ Ids {
	array<String^>^ get ();
}

Property Value

Type: array<System::String>
The collection of artifacts that had property changes.

Show: