TeamFoundationIdentity.IsContainer Property
Can this identity contain identities (i.e. is it a group)?
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property IsContainer As Boolean
[ClientPropertyAttribute(ClientVisibility.Private)]
public bool IsContainer { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property bool IsContainer {
bool get ();
void set (bool value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member IsContainer : bool with get, set
function get IsContainer () : boolean
function set IsContainer (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.