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