IdentityPropertiesView.GetViewProperties Method (IdentityPropertyScope)

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.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Function GetViewProperties ( _
    propertyScope As IdentityPropertyScope _
) As IEnumerable(Of KeyValuePair(Of String, Object))
public IEnumerable<KeyValuePair<string, Object>> GetViewProperties(
    IdentityPropertyScope propertyScope
)
public:
IEnumerable<KeyValuePair<String^, Object^>>^ GetViewProperties(
    IdentityPropertyScope propertyScope
)
member GetViewProperties : 
        propertyScope:IdentityPropertyScope -> IEnumerable<KeyValuePair<string, Object>> 
public function GetViewProperties(
    propertyScope : IdentityPropertyScope
) : IEnumerable<KeyValuePair<String, Object>>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IdentityPropertiesView Class

GetViewProperties Overload

Microsoft.TeamFoundation.Framework.Server Namespace