IdentityPropertiesView.GetViewPropertyFilters Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Overridable Function GetViewPropertyFilters As IEnumerable(Of String)
protected virtual IEnumerable<string> GetViewPropertyFilters()
protected:
virtual IEnumerable<String^>^ GetViewPropertyFilters()
abstract GetViewPropertyFilters : unit -> IEnumerable<string> 
override GetViewPropertyFilters : unit -> IEnumerable<string> 
protected function GetViewPropertyFilters() : IEnumerable<String>

Return Value

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

.NET Framework Security

See Also

Reference

IdentityPropertiesView Class

Microsoft.TeamFoundation.Framework.Server Namespace