Share via


PropertySchema.ExpectedOnly Property

Definition

Gets list of entities that are only recognized for this property when expected.

public System.Collections.Generic.IReadOnlyList<string> ExpectedOnly { get; }
member this.ExpectedOnly : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property ExpectedOnly As IReadOnlyList(Of String)

Property Value

List of expected only entity names.

Applies to