ITfsIdentityStore.AllGlobalAndProjectGroupIdentities Property

Note: This API is now obsolete.

Returns all TeamFoundationIdentities associated with global and project groups.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
<ObsoleteAttribute> _
ReadOnly Property AllGlobalAndProjectGroupIdentities As ReadOnlyCollection(Of TeamFoundationIdentity)
[ObsoleteAttribute]
ReadOnlyCollection<TeamFoundationIdentity> AllGlobalAndProjectGroupIdentities { get; }
[ObsoleteAttribute]
property ReadOnlyCollection<TeamFoundationIdentity^>^ AllGlobalAndProjectGroupIdentities {
    ReadOnlyCollection<TeamFoundationIdentity^>^ get ();
}
[<ObsoleteAttribute>]
abstract AllGlobalAndProjectGroupIdentities : ReadOnlyCollection<TeamFoundationIdentity> with get
function get AllGlobalAndProjectGroupIdentities () : ReadOnlyCollection<TeamFoundationIdentity>

Property Value

Type: ReadOnlyCollection<TeamFoundationIdentity>
Returns ReadOnlyCollection.

.NET Framework Security

See Also

Reference

ITfsIdentityStore Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace