Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Byte _
)
public void Set(
string name,
byte value
)
public:
void Set(
String^ name,
unsigned char value
)
member Set :
name:string *
value:byte -> unit
public function Set(
name : String,
value : byte
)
Parameters
name
Type: System.StringThe name of the property to set.
value
Type: System.ByteThe value to set to the property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.