This documentation is archived and is not being maintained.
TeamFoundationIdentity::TryGetProperty Method (IdentityPropertyScope, String, Object%)
Visual Studio 2013
Property accessor. Will return null if not found.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: bool TryGetProperty( IdentityPropertyScope propertyScope, String^ name, [OutAttribute] Object^% value )
Parameters
- propertyScope
- Type: Microsoft.TeamFoundation.Framework.Common::IdentityPropertyScope
- name
- Type: System::String
- value
- Type: System::Object%
- 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.
Show: