TestManagementService.TfsIdentityStore Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TfsIdentityStore As ITfsIdentityStore
public ITfsIdentityStore TfsIdentityStore { get; }
public:
virtual property ITfsIdentityStore^ TfsIdentityStore {
ITfsIdentityStore^ get () sealed;
}
abstract TfsIdentityStore : ITfsIdentityStore with get
override TfsIdentityStore : ITfsIdentityStore with get
final function get TfsIdentityStore () : ITfsIdentityStore
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITfsIdentityStore
Implements
ITestManagementService.TfsIdentityStore
.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.