Share via


EntityIdentity.Item[String] Property

Definition

Gets a value inside the identity with a key.

public string this[string key] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(key As String) As String

Parameters

key
String

A key in the identity. It is case-sensitive.

Property Value

The value

Applies to