TeamFoundationDatabaseProperties.LastTenantAdded Property
The datetime that the last tenant was added to this database.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property LastTenantAdded As DateTime
public DateTime LastTenantAdded { get; }
public:
property DateTime LastTenantAdded {
DateTime get ();
}
member LastTenantAdded : DateTime with get
function get LastTenantAdded () : DateTime
Property Value
Type: System.DateTime
.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.