次の方法で共有


TeamProjectCollectionProperties.Registered Property

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamProjectCollectionProperties Class

Microsoft.TeamFoundation.Framework.Server Namespace