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.
Property accessor. Will return null if not found.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function TryGetProperty ( _
name As String, _
<OutAttribute> ByRef value As Object _
) As Boolean
public bool TryGetProperty(
string name,
out Object value
)
public:
bool TryGetProperty(
String^ name,
[OutAttribute] Object^% value
)
member TryGetProperty :
name:string *
value:Object byref -> bool
public function TryGetProperty(
name : String,
value : Object
) : boolean
Parameters
- name
Type: System.String
- value
Type: System.Object%
Return Value
Type: System.Boolean
Returns Boolean.
.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.