Show / Hide Table of Contents

Class OrganizationController.AssociateUserRoleArgs

Class for representing arguments to associate a WMUser/UserRolewith an WMOrganization.

Inheritance
object
OrganizationController.AssociateUserRoleArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Auth
Assembly: WMServer.dll
Syntax
public class OrganizationController.AssociateUserRoleArgs

Properties

Role

The role assigned to the WMUserto be associated with the WMOrganization

Declaration
public string Role { get; set; }
Property Value
Type Description
string

UserID

The ID of the WMUserto associate with the WMOrganization.

Declaration
public string UserID { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE