GroupCreationInformation Class
An object used to facilitate creation of a cross-site group.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.GroupCreationInformation
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.GroupCreationInformation", ValueObject := True, _
ServerTypeId := "{9fd1540e-59e6-47fa-9a00-5173c9c35785}")> _
Public NotInheritable Class GroupCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As GroupCreationInformation
[ScriptTypeAttribute("SP.GroupCreationInformation", ValueObject = true,
ServerTypeId = "{9fd1540e-59e6-47fa-9a00-5173c9c35785}")]
public sealed class GroupCreationInformation : ClientValueObject
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.