TeamFoundationUnusedDatabaseInfo.ReasonNotUsed Property

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

Syntax

'Declaration
Public Property ReasonNotUsed As UnusedDatabaseReasonNotUsed
public UnusedDatabaseReasonNotUsed ReasonNotUsed { get; set; }
public:
property UnusedDatabaseReasonNotUsed ReasonNotUsed {
    UnusedDatabaseReasonNotUsed get ();
    void set (UnusedDatabaseReasonNotUsed value);
}
member ReasonNotUsed : UnusedDatabaseReasonNotUsed with get, set
function get ReasonNotUsed () : UnusedDatabaseReasonNotUsed 
function set ReasonNotUsed (value : UnusedDatabaseReasonNotUsed)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.UnusedDatabaseReasonNotUsed
Returns UnusedDatabaseReasonNotUsed.

.NET Framework Security

See Also

Reference

TeamFoundationUnusedDatabaseInfo Class

Microsoft.TeamFoundation.Framework.Server Namespace