IdentityPropertiesView.TryGetProperty Method (IdentityPropertyScope, String, Object%)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function TryGetProperty ( _
propertyScope As IdentityPropertyScope, _
name As String, _
<OutAttribute> ByRef value As Object _
) As Boolean
public bool TryGetProperty(
IdentityPropertyScope propertyScope,
string name,
out Object value
)
public:
bool TryGetProperty(
IdentityPropertyScope propertyScope,
String^ name,
[OutAttribute] Object^% value
)
member TryGetProperty :
propertyScope:IdentityPropertyScope *
name:string *
value:Object byref -> bool
public function TryGetProperty(
propertyScope : IdentityPropertyScope,
name : String,
value : Object
) : boolean
Parameters
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
- name
Type: System.String
- value
Type: System.Object%
Return Value
Type: System.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.