다음을 통해 공유


SPUserCodeCachedAssemblyGroup.ToString Method

Returns a string that represents the current SPUserCodeCachedAssemblyGroup object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ToString As String
'Usage
Dim instance As SPUserCodeCachedAssemblyGroup
Dim returnValue As String

returnValue = instance.ToString()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override string ToString()

Return Value

Type: System.String
A string that represents the current SPUserCodeCachedAssemblyGroup object.

Remarks

This override returns a culture-independent string consisting of the names and values of the UserCodeAssemblyGroupId and RootDirectoryPath properties.

See Also

Reference

SPUserCodeCachedAssemblyGroup Class

SPUserCodeCachedAssemblyGroup Members

Microsoft.SharePoint.Administration Namespace