CommonStructureProjectInfo.Status Property

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, UseClientDefinedProperty := True)> _
Public Property Status As CommonStructureProjectState
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, UseClientDefinedProperty = true)]
public CommonStructureProjectState Status { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private, UseClientDefinedProperty = true)]
public:
property CommonStructureProjectState Status {
    CommonStructureProjectState get ();
    void set (CommonStructureProjectState value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, UseClientDefinedProperty = true)>]
member Status : CommonStructureProjectState with get, set
function get Status () : CommonStructureProjectState 
function set Status (value : CommonStructureProjectState)

Property Value

Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectState
Returns CommonStructureProjectState.

.NET Framework Security

See Also

Reference

CommonStructureProjectInfo Class

Microsoft.TeamFoundation.Integration.Server Namespace