This documentation is archived and is not being maintained.

ExceptionPropertyCollection::Set Method (String, array<Guid>)

Sets the exception property with the specified name to the specified value.

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

public:
void Set(
	String^ name, 
	array<Guid>^ value
)

Parameters

name
Type: System::String

The name of the property to set.

value
Type: array<System::Guid>

The value to set to the property.

Show: