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.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overridable Function SetProperty ( _
propid As Integer, _
value As Object _
) As Integer
public virtual int SetProperty(
int propid,
Object value
)
public:
virtual int SetProperty(
int propid,
Object^ value
)
abstract SetProperty :
propid:int *
value:Object -> int
override SetProperty :
propid:int *
value:Object -> int
public function SetProperty(
propid : int,
value : Object
) : int
Parameters
- propid
Type: System.Int32
- value
Type: System.Object
Return Value
Type: System.Int32
.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.