Class Privilege
Syntax
[Serializable]
public class Privilege
Properties
ApiLevel
Declaration
public uint ApiLevel { get; set; }
Property Value
enabled
Declaration
[Obsolete("Use Privilege.Enabled instead")]
public bool enabled { get; set; }
Property Value
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
name
Declaration
[Obsolete("Use Privilege.Name instead")]
public string name { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides