Share via


ExceptionPropertyCollection.Set Method (String, array<Int16 )

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

‘선언
Public Sub Set ( _
    name As String, _
    value As Short() _
)
public void Set(
    string name,
    short[] value
)
public:
void Set(
    String^ name, 
    array<short>^ value
)
member Set : 
        name:string * 
        value:int16[] -> unit 
public function Set(
    name : String, 
    value : short[]
)

Parameters

  • value
    Type: array<System.Int16[]
    The value to set to the property.

.NET Framework Security

See Also

Reference

ExceptionPropertyCollection Class

Set Overload

Microsoft.TeamFoundation.Common Namespace