Metodo IdentityPropertiesView.TryGetProperty (IdentityPropertyScope, String, Object%)
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- propertyScope
Tipo: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
- name
Tipo: System.String
- value
Tipo: System.Object%
Valore restituito
Tipo: System.Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.