IdentityPropertiesView.GetViewProperties 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.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetViewProperties As IEnumerable(Of KeyValuePair(Of String, Object))
public IEnumerable<KeyValuePair<string, Object>> GetViewProperties()
public:
IEnumerable<KeyValuePair<String^, Object^>>^ GetViewProperties()
member GetViewProperties : unit -> IEnumerable<KeyValuePair<string, Object>>
public function GetViewProperties() : IEnumerable<KeyValuePair<String, Object>>
Return Value
Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, Object>>
Returns IEnumerable<T>.
.NET Framework Security
- 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.