次の方法で共有


TeamProjectCollectionProperties.IsDefault Property

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

Syntax

'宣言
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)> _
Public Property IsDefault As Boolean
    Get
    Set
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)]
public bool IsDefault { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Public)]
public:
property bool IsDefault {
    bool get ();
    void set (bool value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)>]
member IsDefault : bool with get, set
function get IsDefault () : boolean
function set IsDefault (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamProjectCollectionProperties Class

Microsoft.TeamFoundation.Framework.Server Namespace