Search Results for

    Show / Hide Table of Contents

    Class GrantConfiguration

    Grant configuration object.

    Inheritance
    System.Object
    ReadOnlyObject
    GrantConfiguration
    Implements
    System.Runtime.Serialization.IDeserializationCallback
    Inherited Members
    ReadOnlyObject.DemandWriteAccess()
    ReadOnlyObject.IDeserializationCallback.OnDeserialization(Object)
    ReadOnlyObject.IsReadOnly
    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
    In This Article
    Back to top Copyright © 2025 ABB