次の方法で共有


TeamFoundationIdentity.IsContainer Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'宣言
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property IsContainer As Boolean
    Get
    Set
[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

.NET Framework Security

See Also

Reference

TeamFoundationIdentity Class

Microsoft.TeamFoundation.Framework.Server Namespace