This documentation is archived and is not being maintained.

ExceptionPropertyCollection::Remove Method

Removes the property in this collection with the specified name.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
void Remove(
	String^ name
)

Parameters

name
Type: System::String

The name of the property to remove.

Show: