Share via


SPContentDatabaseTestResult.Locations property

locations where the result occurred. comma separated list of urls

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Locations As ReadOnlyCollection(Of SPTestResultLocation)
    Get
'Usage
Dim instance As SPContentDatabaseTestResult
Dim value As ReadOnlyCollection(Of SPTestResultLocation)

value = instance.Locations
public ReadOnlyCollection<SPTestResultLocation> Locations { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<SPTestResultLocation>

See also

Reference

SPContentDatabaseTestResult class

SPContentDatabaseTestResult members

Microsoft.SharePoint.Upgrade namespace