SPUserCodeAssemblyGroupId Class

Identifies a user assembly group.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId

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

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUserCodeAssemblyGroupId _
    Implements ISerializable
'Usage
Dim instance As SPUserCodeAssemblyGroupId
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPUserCodeAssemblyGroupId : ISerializable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPUserCodeAssemblyGroupId Members

Microsoft.SharePoint.Administration Namespace