UserGroup Class

Provides methods for working with users, role definitions, and groups.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            websvcUsersGroups.UserGroup

Namespace:  websvcUsersGroups
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "UserGroupSoap", Namespace := "https://schemas.microsoft.com/sharepoint/soap/directory/")> _
Public Class UserGroup _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As UserGroup
[WebServiceBindingAttribute(Name = "UserGroupSoap", Namespace = "https://schemas.microsoft.com/sharepoint/soap/directory/")]
public class UserGroup : SoapHttpClientProtocol

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

UserGroup Members

websvcUsersGroups Namespace