PropertySchema.ExpectedOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.