SPUserCodeAssemblyGroupId.ToString method
Returns a string that represents the current SPUserCodeAssemblyGroupId object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ToString As String
'Usage
Dim instance As SPUserCodeAssemblyGroupId
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 SPUserCodeAssemblyGroupId object.
Remarks
This override returns the culture-independent form of the GroupId property.
See also
Reference
SPUserCodeAssemblyGroupId class