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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.