Interface IUserClaimProperties
- Namespace
- The.Components
- Assembly
- Instagile.dll
Represents the properties of a user claim entity.
public interface IUserClaimProperties : IEntityProperties
- Inherited Members
Properties
Account
EntityReferenceProperty Account { get; }
Property Value
Key
PrimitiveAttribute<string> Key { get; }
Property Value
Value
PrimitiveAttribute<string> Value { get; }