MultipleIdentitiesFoundException.MatchingIdentities Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property MatchingIdentities As TeamFoundationIdentity()
public TeamFoundationIdentity[] MatchingIdentities { get; private set; }
public:
property array<TeamFoundationIdentity^>^ MatchingIdentities {
array<TeamFoundationIdentity^>^ get ();
private: void set (array<TeamFoundationIdentity^>^ value);
}
member MatchingIdentities : TeamFoundationIdentity[] with get, private set
function get MatchingIdentities () : TeamFoundationIdentity[]
private function set MatchingIdentities (value : TeamFoundationIdentity[])
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity[]
Returns TeamFoundationIdentity.
.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.