TeamFoundationIdentity.GetProperties Method

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)

Syntax

'Declaration
Public Function GetProperties As IEnumerable(Of KeyValuePair(Of String, Object))
public IEnumerable<KeyValuePair<string, Object>> GetProperties()
public:
IEnumerable<KeyValuePair<String^, Object^>>^ GetProperties()
member GetProperties : unit -> IEnumerable<KeyValuePair<string, Object>> 
public function GetProperties() : IEnumerable<KeyValuePair<String, Object>>

Return Value

Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, Object>>

.NET Framework Security

See Also

Reference

TeamFoundationIdentity Class

GetProperties Overload

Microsoft.TeamFoundation.Framework.Client Namespace