Share via


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)

Syntax

'Declaration
Public Sub Set ( _
    name As String, _
    value As Guid() _
)
public void Set(
    string name,
    Guid[] value
)
public:
void Set(
    String^ name, 
    array<Guid>^ value
)
member Set : 
        name:string * 
        value:Guid[] -> unit
public function Set(
    name : String, 
    value : Guid[]
)

Parameters

  • value
    Type: array<System.Guid[]

    The value to set to the property.

.NET Framework Security

See Also

Reference

ExceptionPropertyCollection Class

Set Overload

Microsoft.TeamFoundation.Common Namespace