Class GrantConfiguration
Grant configuration object.
Implements
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
Namespace: ABB.Robotics.Controllers.UserAuthorizationManagement
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class GrantConfiguration : ReadOnlyObject, IDeserializationCallback
Constructors
GrantConfiguration()
Initializes a new instance of the GrantConfiguration class.
Declaration
public GrantConfiguration()
Properties
ApplicationGrants
Gets or sets the application grants.
Declaration
public ApplicationGrantCollection ApplicationGrants { get; set; }
Property Value
Type | Description |
---|---|
ApplicationGrantCollection | The application grants. |
Remarks
On RobotWare 7.x this will return an empty collection.
Grants
Gets or sets the grants.
Declaration
public GrantCollection Grants { get; set; }
Property Value
Type | Description |
---|---|
GrantCollection | The grants. |
Implements
System.Runtime.Serialization.IDeserializationCallback