DatabaseCapacityException.TeamSite Property
NOTE: This API is now obsolete.
Note: This API is included for backward compatibility only. It is not intended for use in future application or solution development. Gets the TeamSite object associated with the exception.
Namespace: Microsoft.SharePoint.Portal.Topology
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Public ReadOnly Property TeamSite As TeamSite
Get
'Usage
Dim instance As DatabaseCapacityException
Dim value As TeamSite
value = instance.TeamSite
[ObsoleteAttribute]
public TeamSite TeamSite { get; }
Property Value
Type: Microsoft.SharePoint.Portal.Topology.TeamSite
The Microsoft.SharePoint.Portal.Topology.TeamSite property associated with the exception.
Remarks
A DatabaseCapacityException exception is raised when configuring a new TeamSite object. The TeamSite property returns the affected TeamSite object.
See Also
Reference
DatabaseCapacityException Class