Share via


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)

Syntax

'Declaration
Public Sub Remove ( _
    name As String _
)
public void Remove(
    string name
)
public:
void Remove(
    String^ name
)
member Remove : 
        name:string -> unit
public function Remove(
    name : String
)

Parameters

.NET Framework Security

See Also

Reference

ExceptionPropertyCollection Class

Microsoft.TeamFoundation.Common Namespace