This documentation is archived and is not being maintained.
TeamFoundationIdentity::GetProperties Method (IdentityPropertyScope)
Visual Studio 2013
Property bag. This could be useful, for example if consumer has to iterate through current properties and modify / remove some based on pattern matching property names.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
IEnumerable<KeyValuePair<String^, Object^>>^ GetProperties(
IdentityPropertyScope propertyScope
)
Parameters
- propertyScope
- Type: Microsoft.TeamFoundation.Framework.Common::IdentityPropertyScope
- 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: