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
- 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.