IdentityPropertiesView.EnsureIdentityAndProperties Method

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

Syntax

'Declaration
Protected Sub EnsureIdentityAndProperties ( _
    requestContext As TeamFoundationRequestContext, _
    viewPropertyFilters As IEnumerable(Of String), _
    propertyScope As IdentityPropertyScope _
)
protected void EnsureIdentityAndProperties(
    TeamFoundationRequestContext requestContext,
    IEnumerable<string> viewPropertyFilters,
    IdentityPropertyScope propertyScope
)
protected:
void EnsureIdentityAndProperties(
    TeamFoundationRequestContext^ requestContext, 
    IEnumerable<String^>^ viewPropertyFilters, 
    IdentityPropertyScope propertyScope
)
member EnsureIdentityAndProperties : 
        requestContext:TeamFoundationRequestContext * 
        viewPropertyFilters:IEnumerable<string> * 
        propertyScope:IdentityPropertyScope -> unit
protected function EnsureIdentityAndProperties(
    requestContext : TeamFoundationRequestContext, 
    viewPropertyFilters : IEnumerable<String>, 
    propertyScope : IdentityPropertyScope
)

Parameters

.NET Framework Security

See Also

Reference

IdentityPropertiesView Class

Microsoft.TeamFoundation.Framework.Server Namespace