Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 DateTime _
)
public void Set(
string name,
DateTime value
)
public:
void Set(
String^ name,
DateTime value
)
member Set :
name:string *
value:DateTime -> unit
public function Set(
name : String,
value : DateTime
)
Parameters
- name
Type: System.String
The name of the property to set.
- value
Type: System.DateTime
The 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.