Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of identities that are members of a group
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property Members As String()
'Usage
Dim instance As Identity
Dim value As String()
value = instance.Members
instance.Members = value
public string[] Members { get; set; }
public:
property array<String^>^ Members {
array<String^>^ get ();
void set (array<String^>^ value);
}
public function get Members () : String[]
public function set Members (value : String[])
Property Value
Type: array<System.String[]
An array of strings containing the identities belonging to the group
.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.