PermissionsControl.Identities Property
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property Identities As List(Of Identity)
'Usage
Dim instance As PermissionsControl
Dim value As List(Of Identity)
value = instance.Identities
instance.Identities = value
public List<Identity> Identities { get; set; }
public:
property List<Identity^>^ Identities {
List<Identity^>^ get ();
void set (List<Identity^>^ value);
}
public function get Identities () : List<Identity>
public function set Identities (value : List<Identity>)
Property Value
Type: System.Collections.Generic.List<Identity>
.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.