Share via


SPSolutionResourceUsageRecord.ToString method

Returns a string representation of the SPSolutionResourceUsageRecord object.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPSolutionResourceUsageRecord
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
The string representation of the SPSolutionResourceUsageRecord object.

Remarks

This override returns a string that contains all of the property names and values of the SPSolutionResourceUsageRecord object.

See also

Reference

SPSolutionResourceUsageRecord class

SPSolutionResourceUsageRecord members

Microsoft.SharePoint namespace