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 a property, will overwrite if already set.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub SetProperty ( _
name As String, _
value As Object _
)
public void SetProperty(
string name,
Object value
)
public:
void SetProperty(
String^ name,
Object^ value
)
member SetProperty :
name:string *
value:Object -> unit
public function SetProperty(
name : String,
value : Object
)
Parameters
name
Type: System.StringName of the property.
value
Type: System.ObjectValue of 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.