Table of Contents

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

EntityReferenceProperty

Key

PrimitiveAttribute<string> Key { get; }

Property Value

PrimitiveAttribute<string>

Value

PrimitiveAttribute<string> Value { get; }

Property Value

PrimitiveAttribute<string>