SPSolutionResourceUsageRecord.ToString Method
Returns a string representation of the SPSolutionResourceUsageRecord object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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