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 returnedDeclaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |