次の方法で共有


TeamProjectCollectionProperties.State Property

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

Syntax

'宣言
Public Property State As TeamFoundationServiceHostStatus
    Get
    Set
public TeamFoundationServiceHostStatus State { get; set; }
public:
property TeamFoundationServiceHostStatus State {
    TeamFoundationServiceHostStatus get ();
    void set (TeamFoundationServiceHostStatus value);
}
member State : TeamFoundationServiceHostStatus with get, set
function get State () : TeamFoundationServiceHostStatus
function set State (value : TeamFoundationServiceHostStatus)

Property Value

Type: Microsoft.TeamFoundation.Framework.Common.TeamFoundationServiceHostStatus

.NET Framework Security

See Also

Reference

TeamProjectCollectionProperties Class

Microsoft.TeamFoundation.Framework.Server Namespace