Class Entitlement
Feature entitlement
[Obfuscation(Feature = "renaming,stringencryption")]
public sealed class Entitlement
- Inheritance
-
Entitlement
- Inherited Members
- Extension Methods
Properties
Code
Gets the entitlement code.
public string Code { get; }
Property Value
Name
Gets the name of the entitlement.
public string Name { get; }
Property Value
Methods
Equals(object)
Returns true if the the objects match.
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
Returns the hash code.
public override int GetHashCode()
Returns
ToString()
Returns the name of the entitlement.
public override string ToString()