Search Results for

    Show / Hide Table of Contents

    Class Role

    Descriptor of PDS role

    Inheritance
    System.Object
    Role
    Namespace: AdmPwd.Types
    Assembly: AdmPwd.PDSWrapper.dll
    Syntax
    public class Role : Object

    Constructors

    Role(string)

    Default constructor

    Declaration
    public Role(string name)
    Parameters
    Type Name Description
    string name

    Name of the role

    Properties

    Name

    Name of the role.

    Currently, only KeyAdmin role is returned
    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    ☀
    ☾
    Back to top Generated by DocFX